We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d886d88 commit 30dcaceCopy full SHA for 30dcace
src/data/relay_metrics.json
@@ -1,10 +1,4 @@
1
[
2
- {
3
- "type": "Timer",
4
- "name": "body.reading.duration",
5
- "description": "Timing in milliseconds to the time it takes to read an HTTP body.",
6
- "features": []
7
- },
8
{
9
"type": "Histogram",
10
"name": "buffer.dequeue_attempts",
@@ -727,6 +721,12 @@
727
721
"description": "Number of HTTP requests reaching Relay.",
728
722
"features": []
729
723
},
724
+ {
725
+ "type": "Timer",
726
+ "name": "requests.body_read.duration",
+ "description": "Timing in milliseconds to the time it takes to read an HTTP body.",
+ "features": []
+ },
730
731
"type": "Timer",
732
"name": "requests.duration",
0 commit comments