Skip to content

Commit a432bfa

Browse files
jan-auerAbhiPrasad
authored andcommitted
1 parent 3299f0c commit a432bfa

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/data/relay_metrics.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,6 @@
4949
"description": "Number of envelopes rejected in the current time slot.\n\nThis includes envelopes being rejected because they are malformed or any other errors during\nprocessing (including filtered events, invalid payloads, and rate limits).\n\nTo check the rejection reason, check `events.outcomes`, instead.\n\nThis metric is tagged with:\n- `handling`: Either `\"success\"` if the envelope was handled correctly, or `\"failure\"` if\nthere was an error or bug.",
5050
"features": []
5151
},
52-
{
53-
"type": "Histogram",
54-
"name": "event.size_bytes.raw",
55-
"description": "The size of the HTTP request body as seen by Relay after it is extracted from a request in\nbytes.\n\n- For envelope requests, this is the full size of the envelope.\n- For JSON store requests, this is the size of the JSON body.\n- For multipart uploads of crash reports and attachments, this is the size of the multipart\nbody including boundaries.\n\nIf this request contains a base64 zlib compressed payload without a proper\n`content-encoding` header, then this is the size before decompression.\n\nThe maximum request body size can be configured with `limits.max_envelope_size`.",
56-
"features": []
57-
},
58-
{
59-
"type": "Histogram",
60-
"name": "event.size_bytes.uncompressed",
61-
"description": "The size of the request body as seen by Relay after decompression and decoding in bytes.\n\nJSON store requests may contain a base64 zlib compressed payload without proper\n`content-encoding` header. In this case, this metric contains the size after decoding.\nOtherwise, it is always equal to `event.size_bytes.raw`.",
62-
"features": []
63-
},
6452
{
6553
"type": "Histogram",
6654
"name": "event.spans",

0 commit comments

Comments
 (0)