mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
adds missing metric name (#34307)
This commit is contained in:
parent
855da80542
commit
c48c701791
@ -105,6 +105,7 @@ func NewMetrics(r prometheus.Registerer) *Metrics {
|
||||
prometheus.SummaryOpts{
|
||||
Namespace: "grafana",
|
||||
Subsystem: "alerting",
|
||||
Name: "rule_evaluation_duration_seconds",
|
||||
Help: "The duration for a rule to execute.",
|
||||
Objectives: map[float64]float64{0.5: 0.05, 0.9: 0.01, 0.99: 0.001},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user