mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 11:42:35 -06:00
instrumentation: make the first database histogram bucket smaller (#30995)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
parent
3a905847e8
commit
49e394e167
@ -27,7 +27,7 @@ func init() {
|
||||
Namespace: "grafana",
|
||||
Name: "database_queries_duration_seconds",
|
||||
Help: "Database query histogram",
|
||||
Buckets: prometheus.ExponentialBuckets(0.0001, 4, 9),
|
||||
Buckets: prometheus.ExponentialBuckets(0.00001, 4, 10),
|
||||
}, []string{"status"})
|
||||
|
||||
prometheus.MustRegister(databaseQueryHistogram)
|
||||
|
Loading…
Reference in New Issue
Block a user