mirror of
https://github.com/grafana/grafana.git
synced 2025-09-27 20:43:47 +08:00

* Fix running graphite data sources in dev env * Remove broken dashboard files * Add Graphite 1.0 and 0.9 to provisioned data sources
20 lines
279 B
Plaintext
20 lines
279 B
Plaintext
[min]
|
|
pattern = \.min$
|
|
xFilesFactor = 0.1
|
|
aggregationMethod = min
|
|
|
|
[max]
|
|
pattern = \.max$
|
|
xFilesFactor = 0.1
|
|
aggregationMethod = max
|
|
|
|
[sum]
|
|
pattern = \.count$
|
|
xFilesFactor = 0
|
|
aggregationMethod = sum
|
|
|
|
[default_average]
|
|
pattern = .*
|
|
xFilesFactor = 0.5
|
|
aggregationMethod = average
|