mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 10:50:19 +08:00
16 lines
724 B
Markdown
16 lines
724 B
Markdown
+++
|
|
title = "Internal metrics"
|
|
description = "Internal metrics exposed by Grafana"
|
|
keywords = ["grafana", "metrics", "internal metrics"]
|
|
type = "docs"
|
|
[menu.docs]
|
|
parent = "admin"
|
|
weight = 8
|
|
+++
|
|
|
|
# Internal metrics
|
|
|
|
Grafana collects some metrics about it self internally. Currently Grafana supports pushing metrics to graphite and exposing them to be scraped by Prometheus.
|
|
|
|
To enabled internal metrics you have to enable it under the [metrics] section in your [grafana.ini](http://docs.grafana.org/installation/configuration/#enabled-6) config file.If you want to push metrics to graphite you have also have to configure the [metrics.graphite](http://docs.grafana.org/installation/configuration/#metrics-graphite) section.
|