Skip to content

Commit ca1c929

Browse files
committed
1 parent cfddf2d commit ca1c929

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
@@ -153,6 +153,12 @@
153153
"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.",
154154
"features": []
155155
},
156+
{
157+
"type": "Timer",
158+
"name": "outcomes.aggregator.flush_time",
159+
"description": "The time it takes the outcome aggregator to flush aggregated outcomes.",
160+
"features": []
161+
},
156162
{
157163
"type": "Counter",
158164
"name": "processing.event.produced",

0 commit comments

Comments
 (0)