Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Example Grafana dashboard #140

Merged
merged 3 commits into from
Aug 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/METRICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ system, check the timing of each RPC call, and monitor the size of the
credentials cache. By default, Prometheus metrics are exported on `localhost:9620`.
StatsD metrics is disabled by default, read below on how to enable them.

## Dashboard

A example Grafana dashboard with Prometheus as datasource is provided in [dashboard](dashboard-prom.json) it displays the basic metrics and includes
daemonset status from kube-state-metrics & container metrics from cAdvisor if those are available.

## Metrics configuration

- The `statsd` flag controls the address to which to send StatsD metrics.
Expand Down
Loading