Skip to content

Commit 336d86a

Browse files
committed
1 parent ae4f7e4 commit 336d86a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/relay_metrics.json

+6
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,12 @@
835835
"description": "Time spent on minidump scrubbing.\n\nThis is the total time spent on parsing and scrubbing the minidump. Even if no PII\nscrubbing rules applied the minidump will still be parsed and the rules evaluated on\nthe parsed minidump, this duration is reported here with status of \"n/a\".\n\nThis metric is tagged with:\n\n- `status`: Scrubbing status: \"ok\" means successful scrubbed, \"error\" means there\nwas an error during scrubbing and finally \"n/a\" means scrubbing was successful\nbut no scurbbing rules applied.",
836836
"features": []
837837
},
838+
{
839+
"type": "Timer",
840+
"name": "scrubbing.view_hierarchy_scrubbing.duration",
841+
"description": "Time spent on view hierarchy scrubbing.\n\nThis is the total time spent on parsing and scrubbing the view hierarchy json file.\n\nThis metric is tagged with:\n\n- `status`: \"ok\" means successful scrubbed, \"error\" means there was an error during\nscrubbing",
842+
"features": []
843+
},
838844
{
839845
"type": "Counter",
840846
"name": "server.http.accepted",

0 commit comments

Comments
 (0)