Merge pull request #3887 from johncowen/d-metrics-404-link

Fix erroneous metrics link + code block typo on the metrics page
This commit is contained in:
Charlie Voiselle
2018-02-20 10:10:48 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ The `/metrics` endpoint returns metrics for the current Nomad process.
| Method | Path | Produces |
| ------- | --------------- | -------------------------- |
| `GET` | `/v1/metrics | `application/json` |
| `GET` | `/v1/metrics` | `application/json` |
The table below shows this endpoint's support for
[blocking queries](/api/index.html#blocking-queries) and

View File

@@ -25,7 +25,7 @@ as [Prometheus](https://prometheus.io/), [Grafana](https://grafana.com/),
[Graphite](https://graphiteapp.org/), [DataDog](https://www.datadoghq.com/),
and [Circonus](https://www.circonus.com ).
See Nomad's [Metrics API](/api/metrics.html.md) for more information on how
See Nomad's [Metrics API](/api/metrics.html) for more information on how
data can be exposed for other metrics tools as well.
## Setting up metrics