Skip to content

Commit 00745e4

Browse files
committed
1 parent 90b8668 commit 00745e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/relay_metrics.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
{
225225
"type": "Set",
226226
"name": "metrics.buckets.created.unique",
227-
"description": "Count the number of unique buckets created.\n\nThis is a set of bucketing keys. The metric is basically equivalent to\n`metrics.buckets.merge.miss` for a single Relay, but could be useful to determine how much\nduplicate buckets there are when multiple instances are running.\n\nThe hashing is platform-dependent at the moment, so all your relays that send this metric\nshould run on the same CPU architecture, otherwise this metric is not reliable.\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).\n- `metric_name`: A low-cardinality representation of the metric name (see [`metric_name_tag`]).",
227+
"description": "Count the number of unique buckets created.\n\nThis is a set of bucketing keys. The metric is basically equivalent to\n`metrics.buckets.merge.miss` for a single Relay, but could be useful to determine how much\nduplicate buckets there are when multiple instances are running.\n\nThe hashing is platform-dependent at the moment, so all your relays that send this metric\nshould run on the same CPU architecture, otherwise this metric is not reliable.\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).\n- `namespace`: The namespace of the metric for which the bucket was created.",
228228
"features": []
229229
},
230230
{
@@ -260,13 +260,13 @@
260260
{
261261
"type": "Counter",
262262
"name": "metrics.buckets.merge.hit",
263-
"description": "Incremented every time two buckets or two metrics are merged.\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).\n- `metric_name`: A low-cardinality representation of the metric name (see [`metric_name_tag`]).",
263+
"description": "Incremented every time two buckets or two metrics are merged.\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).\n- `namespace`: The namespace of the metric.",
264264
"features": []
265265
},
266266
{
267267
"type": "Counter",
268268
"name": "metrics.buckets.merge.miss",
269-
"description": "Incremented every time a bucket is created.\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).\n- `metric_name`: A low-cardinality representation of the metric name (see [`metric_name_tag`]).",
269+
"description": "Incremented every time a bucket is created.\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).\n- `namespace`: The namespace of the metric.",
270270
"features": []
271271
},
272272
{
@@ -296,7 +296,7 @@
296296
{
297297
"type": "Gauge",
298298
"name": "metrics.buckets.size",
299-
"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.",
299+
"description": "The average number of elements in a bucket when flushed.\n\nThis metric is tagged with:\n- `metric_type`: \"c\", \"d\", \"g\" or \"s\".\n- `namespace`: The namespace of the metric.",
300300
"features": []
301301
},
302302
{

0 commit comments

Comments
 (0)