Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Feb 13, 2024
1 parent 0f07d27 commit 1b8b83a
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
"processing"
]
},
{
"type": "Histogram",
"name": "event.item_size",
"description": "The number of bytes received by Relay for each individual envelope item type.\n\nMetric is tagged by the item type.",
"features": []
},
{
"type": "Counter",
"name": "event.opentelemetry",
Expand Down Expand Up @@ -209,6 +215,12 @@
"description": "Size of emitted kafka message in bytes, tagged by message type.",
"features": []
},
{
"type": "Timer",
"name": "metrics.aggregator.message.duration",
"description": "Timing in milliseconds for processing a message in the aggregator service.\n\nThis metric is tagged with:\n- `message`: The type of message that was processed.",
"features": []
},
{
"type": "Gauge",
"name": "metrics.buckets",
Expand Down Expand Up @@ -357,12 +369,72 @@
"description": "Number of producer errors occurred after an envelope was already enqueued for sending to\nKafka.\n\nThese errors include, for example, _\"MessageTooLarge\"_ errors when the broker does not\naccept the requests over a certain size, which is usually due to invalid or inconsistent\nbroker/producer configurations.",
"features": []
},
{
"type": "Counter",
"name": "processor.batched_metrics.calls",
"description": "Number of times the batched metrics processing has been called with at least one bucket of\na namespace.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
"features": []
},
{
"type": "Counter",
"name": "processor.batched_metrics.cost",
"description": "Bucket cost for all buckets processed in the batched metrics handling of the envelope processor.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
"features": []
},
{
"type": "Counter",
"name": "processor.batched_metrics.count",
"description": "Number of buckets processed in the batched metrics handling of the envelope processor.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
"features": []
},
{
"type": "Counter",
"name": "processor.encode_metrics.calls",
"description": "Number of times the metric encoding has been called with at least one bucket of\na namespace.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
"features": []
},
{
"type": "Counter",
"name": "processor.encode_metrics.cost",
"description": "Bucket cost for all buckets encoded in the envelope processor.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
"features": []
},
{
"type": "Counter",
"name": "processor.encode_metrics.count",
"description": "Number of metric buckets encoded in the envelope processor.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
"features": []
},
{
"type": "Timer",
"name": "processor.message.duration",
"description": "Timing in milliseconds for processing a message in the internal CPU pool.\n\nThis metric is tagged with:\n\n- `message`: The type of message that was processed.",
"features": []
},
{
"type": "Counter",
"name": "processor.rate_limit_buckets.calls",
"description": "Number of times metric bucket rate limiting has been called with at least one bucket of\na namespace.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
"features": [
"processing"
]
},
{
"type": "Counter",
"name": "processor.rate_limit_buckets.cost",
"description": "Bucket cost for all buckets rate limited envelope processor.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
"features": [
"processing"
]
},
{
"type": "Counter",
"name": "processor.rate_limit_buckets.count",
"description": "Number of metric buckets rate limited in the envelope processor.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
"features": [
"processing"
]
},
{
"type": "Counter",
"name": "project_cache.eviction",
Expand Down

0 comments on commit 1b8b83a

Please sign in to comment.