Skip to content

Commit

Permalink
Change the prometheus example to use prometheus_url (#2790)
Browse files Browse the repository at this point in the history
The example prometheus config is not using the correct parameter name.
  • Loading branch information
someword authored and masci committed Dec 19, 2018
1 parent 09fb983 commit 204af12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ instances:
## @param prometheus_url - string - required
## The URL where your application metrics are exposed by Prometheus.
#
- prometheus_endpoint: http://localhost:10055/metrics
- prometheus_url: http://localhost:10055/metrics

## @param namespace - string - required
## The namespace to be appended before all metrics namespace
Expand Down

0 comments on commit 204af12

Please sign in to comment.