From 0d4825956fc3ff3f13521b01236cc63b7bdcd35f Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Sun, 17 Sep 2017 21:15:58 +0000 Subject: [PATCH 1/3] update links for github --- website/source/guides/nomad-metrics.html.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/guides/nomad-metrics.html.md b/website/source/guides/nomad-metrics.html.md index c66ce0c3e94..813335fca2e 100644 --- a/website/source/guides/nomad-metrics.html.md +++ b/website/source/guides/nomad-metrics.html.md @@ -29,24 +29,24 @@ In addition to these tools, [Graphite](https://graphiteapp.org/) and ## Setting up metrics Configurations for Grafana and Prometheus can be found in the -[integrations](https://github.com/hashicorp/nomad/integrations) subfolder. +[integrations](https://github.com/hashicorp/nomad/tree/master/integrations) subfolder. For Prometheus, first follow Prometheus's [Getting Started Guide](https://prometheus.io/docs/introduction/getting_started/) in order to set up a Prometheus server. Next, use the (Nomad Prometheus -Configuration)[https://github.com/hashicorp/noamd/integrations/prometheus/prometheus.yml] +Configuration)[https://github.com/hashicorp/tree/master/noamd/integrations/prometheus/prometheus.yml] in order to configure Prometheus to talk to a Consul agent to fetch information about the Nomad cluster. See the -[README](https://github.com/hashicorp/nomad/integrations/prometheus/README.md) +[README](https://github.com/hashicorp/tree/master/nomad/integrations/prometheus/README.md) for more information. For Grafana, follow Grafana's [Getting Started](http://docs.grafana.org/guides/getting_started/) guide to set up a running Grafana instance. Then, import the sample [Nomad -Dashboard](https://github.com/hashicorp/nomad/integrations/grafana/sample_dashboard.json) +Dashboard](https://github.com/hashicorp/nomad/tree/master/integrations/grafana/sample_dashboard.json) for an example Grafana dashboard. This dashboard requires a Prometheus data source to be configured, see the -[README.md](https://github.com/hashicorp/nomad/integrations/grafana/README.md) +[README.md](https://github.com/hashicorp/nomad/tree/master/integrations/grafana/README.md) for more information. ## Tagged Metrics From f237adfa25ef3739b163a2b4afeda9cb91be0048 Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Sun, 17 Sep 2017 21:27:59 +0000 Subject: [PATCH 2/3] enumerate data tools nomad supports --- website/source/guides/nomad-metrics.html.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/website/source/guides/nomad-metrics.html.md b/website/source/guides/nomad-metrics.html.md index 813335fca2e..b77e4ef1316 100644 --- a/website/source/guides/nomad-metrics.html.md +++ b/website/source/guides/nomad-metrics.html.md @@ -18,13 +18,14 @@ integrate with a Nomad cluster. While this introduces the basics to get a dashboard up and running, Nomad exposes a wide vareity of metrics, which can be explored via both Grafana and Prometheus. -## What are Prometheus and Grafana? +## What metrics tools can be integrated with Nomad? -Amongst other great metrics visualization tools, Prometheus and Grafana both -aggregate data and provide an easy eay to visuqlize data. +Nomad provides the opportunity to integrate with metrics dashboard tools such +as [Prometheus](https://prometheus.io/), [Grafana](https://grafana.com/), +[Graphite](https://graphiteapp.org/) and [DataDog](https://www.datadoghq.com/). -In addition to these tools, [Graphite](https://graphiteapp.org/) and -[DataDog](https://www.datadoghq.com/) are also great tools to consider. +See Nomad's [Metrics API](/api/metrics.html.md) for more information on how +data can be exposed for other metrics tools as well. ## Setting up metrics From 0447f5b7c8a3e462ac4d1c38a644a9fe24e62290 Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Sun, 17 Sep 2017 22:51:19 +0000 Subject: [PATCH 3/3] add circonus as a metric tool --- website/source/guides/nomad-metrics.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/guides/nomad-metrics.html.md b/website/source/guides/nomad-metrics.html.md index b77e4ef1316..22c6c9c8bd9 100644 --- a/website/source/guides/nomad-metrics.html.md +++ b/website/source/guides/nomad-metrics.html.md @@ -22,7 +22,8 @@ explored via both Grafana and Prometheus. Nomad provides the opportunity to integrate with metrics dashboard tools such as [Prometheus](https://prometheus.io/), [Grafana](https://grafana.com/), -[Graphite](https://graphiteapp.org/) and [DataDog](https://www.datadoghq.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 data can be exposed for other metrics tools as well.