Skip to content

Commit

Permalink
fixups from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseakomlo committed Sep 12, 2017
1 parent ac8c80b commit 57752f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ IMPROVEMENTS:
BUG FIXES:
* api: Search handles prefix longer than allowed UUIDs [GH-3138]
* api: Search endpoint handles even UUID prefixes with hyphens [GH-3120]
* api: Metrics endpoint exposes Prometheus formatted metrics
* cli: Sort task groups when displaying a deployment [GH-3137]
* cli: Handle reading files that are in a symlinked directory [GH-3164]
* api: Don't merge empty update stanza from job into task groups [GH-3139]
Expand Down
2 changes: 1 addition & 1 deletion command/agent/config-test-fixtures/basic.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ acl {
telemetry {
statsite_address = "127.0.0.1:1234"
statsd_address = "127.0.0.1:2345"
prometheus_metrics = true
prometheus_metrics = true
disable_hostname = true
collection_interval = "3s"
publish_allocation_metrics = true
Expand Down
6 changes: 2 additions & 4 deletions website/source/docs/agent/configuration/telemetry.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,10 @@ telemetry {

### `prometheus`

These `telemetry` parameters apply to
[Prometheus](https://prometheus.io).
These `telemetry` parameters apply to [Prometheus](https://prometheus.io).

- `prometheus_metrics` `(bool: false)` - Specifies whether the agent should
initialize a PrometheusSink, where metrics will be reachable via the metrics
path `/v1/netrics?format=prometheus`.
make Prometheus formatted metrics available at `/v1/metrics?format=prometheus`.

### `circonus`

Expand Down

0 comments on commit 57752f9

Please sign in to comment.