Skip to content

Commit 7fbcf4c

Browse files
jjbayeradinauer
authored andcommitted
1 parent 118036f commit 7fbcf4c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/data/relay_metrics.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,18 @@
135135
"description": "The total number of metric buckets in Relay's metrics aggregator.",
136136
"features": []
137137
},
138+
{
139+
"type": "Gauge",
140+
"name": "metrics.buckets.cost",
141+
"description": "The total storage cost of metric buckets in Relay's metrics aggregator.",
142+
"features": []
143+
},
144+
{
145+
"type": "Histogram",
146+
"name": "metrics.buckets.cost_per_project_key",
147+
"description": "The storage cost of metrics buckets stored Relay's metrics aggregator, for a project key.\n\nSee also [`MetricGauges::BucketsCost`].",
148+
"features": []
149+
},
138150
{
139151
"type": "Set",
140152
"name": "metrics.buckets.created.unique",

0 commit comments

Comments
 (0)