From 8ea2d8390b34c1959f12ef49e6c472d4917f4bf4 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Tue, 20 Feb 2018 15:00:56 +0000 Subject: [PATCH] Fix erroneous metrics link + code block typo on the metrics page --- website/source/api/metrics.html.md | 2 +- website/source/guides/nomad-metrics.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/api/metrics.html.md b/website/source/api/metrics.html.md index c2aae8065..56e426f1b 100644 --- a/website/source/api/metrics.html.md +++ b/website/source/api/metrics.html.md @@ -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 diff --git a/website/source/guides/nomad-metrics.html.md b/website/source/guides/nomad-metrics.html.md index 9f14892a6..4cc6849d3 100644 --- a/website/source/guides/nomad-metrics.html.md +++ b/website/source/guides/nomad-metrics.html.md @@ -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