Skip to content
Snippets Groups Projects
Commit c7d550b8 authored by Travis Ralston's avatar Travis Ralston
Browse files

Add 15 and 30 day buckets

parent fea0fc0a
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ var S3Operations = prometheus.NewCounterVec(prometheus.CounterOpts{
var MediaAgeAccessed = prometheus.NewHistogram(prometheus.HistogramOpts{
Name: "media_age_accessed_media_seconds",
Buckets: []float64{
5, 15, 30, 60, 120, 150, 300, 900, 1800, 3600, 9000, 18000, 43200, 86400,
5, 15, 30, 60, 120, 150, 300, 900, 1800, 3600, 9000, 18000, 43200, 86400, 1296000, 2592000,
},
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment