Skip to content

Commit 30dcace

Browse files
committed
1 parent d886d88 commit 30dcace

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/data/relay_metrics.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
[
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-
},
82
{
93
"type": "Histogram",
104
"name": "buffer.dequeue_attempts",
@@ -727,6 +721,12 @@
727721
"description": "Number of HTTP requests reaching Relay.",
728722
"features": []
729723
},
724+
{
725+
"type": "Timer",
726+
"name": "requests.body_read.duration",
727+
"description": "Timing in milliseconds to the time it takes to read an HTTP body.",
728+
"features": []
729+
},
730730
{
731731
"type": "Timer",
732732
"name": "requests.duration",

0 commit comments

Comments
 (0)