Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 878 Bytes

grafana_config_metrics_graphite.md

File metadata and controls

25 lines (17 loc) · 878 Bytes

grafana_config_metrics_graphite

back to resource list

Configures the metrics.graphite section of the configuration https://grafana.com/docs/grafana/latest/administration/configuration/#metricsgraphite

Actions

  • :create
  • :delete

Properties

Name Type Default Description Allowed Values
graphite_address String Format Hostname or ip:port
graphite_prefix String prod.grafana.%(instance_name)s. Graphite metric prefix

Examples

grafana_config_metrics_graphite 'grafana' do
  graphite_address '127.0.0.1:8080'
end