Skip to content

Commit d6ef2fb

Browse files
committed
1 parent 701f569 commit d6ef2fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/relay_metrics.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,12 @@
281281
"description": "Time in milliseconds spent scanning metric buckets to flush.\n\nRelay scans metric buckets in regular intervals and flushes expired buckets. This timer\nshows the time it takes to perform this scan and remove the buckets from the internal cache.\nSending the metric buckets to upstream is outside of this timer.",
282282
"features": []
283283
},
284+
{
285+
"type": "Gauge",
286+
"name": "metrics.buckets.size",
287+
"description": "The average number of elements in a bucket when flushed.\n\nThis metric is tagged with:\n- `metric_type`: \"counter\", \"distribution\", \"gauge\" or \"set\".\n- `metric_name`: Low-cardinality name of the metric.",
288+
"features": []
289+
},
284290
{
285291
"type": "Counter",
286292
"name": "metrics.insert",

0 commit comments

Comments
 (0)