-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readme and bump everything in this PR as 0.2
- Loading branch information
1 parent
4343bb0
commit c7b32ec
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Docker Hub Exporter | ||
|
||
Opinionated helm chart for [`jessestuart/docker-hub-exporter`](https://github.com/jessestuart/docker-hub-exporter). | ||
|
||
## Configuration | ||
|
||
While the underlying docker image supports specific docker images this helm chart only lets you configure | ||
`organisations`. There are also two dashboards included, one for InfluxDB and one for Prometheus. | ||
|
||
### Sample configuration | ||
|
||
```yaml | ||
organisations: wyrihaximusnet | ||
|
||
grafana: | ||
prometheus: true | ||
``` | ||
## Opinionated decisions | ||
* Port is hardcoded to `9170` for the metrics. | ||
* Only gather metrics for full organizations and users. |