Skip to content

Commit 5e30f4a

Browse files
1 parent 7c36f8b commit 5e30f4a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/data/relay_metrics.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@
7575
"type": "Counter",
7676
"name": "event.corrupted",
7777
"description": "Number of Events that had corrupted (unprintable) event attributes.\n\nThis currently checks for `environment` and `release`, for which we know that\nsome SDKs may send corrupted values.",
78-
"features": [
79-
"processing"
80-
]
78+
"features": []
8179
},
8280
{
8381
"type": "Histogram",
@@ -169,14 +167,6 @@
169167
"description": "Time in milliseconds spent in data scrubbing for the current event. Data scrubbing happens\nlast before serializing the event back to JSON.",
170168
"features": []
171169
},
172-
{
173-
"type": "Timer",
174-
"name": "event_processing.process",
175-
"description": "Time in milliseconds spent running event processors on an event for normalization. Event\nprocessing happens before filtering.",
176-
"features": [
177-
"processing"
178-
]
179-
},
180170
{
181171
"type": "Timer",
182172
"name": "event_processing.rate_limiting",

0 commit comments

Comments
 (0)