File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ gearman-exporter
44Export [ gearman] ( http://gearman.org/ ) metrics in [ Prometheus] ( https://prometheus.io/ ) format.
55
66[ ![ Build Status] ( https://img.shields.io/travis/bakins/gearman-exporter/master.svg )] ( https://travis-ci.org/bakins/gearman-exporter )
7+ [ ![ Docker Image] ( https://img.shields.io/docker/pulls/gearmanexporter/gearman-exporter.svg )] ( https://hub.docker.com/r/gearmanexporter/gearman-exporter )
78
89
910Usage
@@ -28,6 +29,14 @@ Flags:
2829
2930When running, a simple healthcheck is availible on ` /healthz `
3031
32+ Docker
33+ ------
34+
35+ A docker image is published from the Travis build to [ Docker Hub] ( https://hub.docker.com/r/gearmanexporter/gearman-exporter ) .
36+ ```
37+ docker run -p9418:9418 gearmanexporter/gearman-exporter --addr 0.0.0.0:9418
38+ ```
39+
3140Metrics
3241-------
3342
You can’t perform that action at this time.
0 commit comments