mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user