github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/website/source/guides/operations/monitoring-and-alerting/monitoring.html.md (about)

     1  ---
     2  layout: "guides"
     3  page_title: "Monitoring and Alerting"
     4  sidebar_current: "guides-operations-monitoring"
     5  description: |-
     6    It is possible to enable telemetry on Nomad servers and clients. Nomad 
     7    can integrate with various metrics dashboards such as Prometheus, Grafana,
     8    Graphite, DataDog, and Circonus.
     9  ---
    10  
    11  # Monitoring and Alerting
    12  
    13  Nomad provides the opportunity to integrate with metrics dashboard tools such
    14  as [Prometheus](https://prometheus.io/), [Grafana](https://grafana.com/),
    15  [Graphite](https://graphiteapp.org/), [DataDog](https://www.datadoghq.com/),
    16  and [Circonus](https://www.circonus.com).
    17  
    18  - [Prometheus](/guides/operations/monitoring-and-alerting/prometheus-metrics.html)
    19  
    20  Please refer to the specific documentation links above or in the sidebar for more detailed information about using specific tools to collect metrics on Nomad.
    21  See Nomad's [Metrics API](/api/metrics.html) for more information on how
    22  data can be exposed for other metrics tools as well.