Skip to content

Commit b6c7809

Browse files
committed
1 parent 7fd5c0a commit b6c7809

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/data/relay_metrics.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,18 @@
10921092
"processing"
10931093
]
10941094
},
1095+
{
1096+
"type": "Timer",
1097+
"name": "stream.consumer.latency",
1098+
"description": "Time spent waiting for the consumer of an async stream.\n\nTagged by:\n- `name`: Name of the stream, for example \"upload\".",
1099+
"features": []
1100+
},
1101+
{
1102+
"type": "Timer",
1103+
"name": "stream.producer.latency",
1104+
"description": "Time spent waiting for the producer of an async stream.\n\nTagged by:\n- `name`: Name of the stream, for example \"upload\".",
1105+
"features": []
1106+
},
10951107
{
10961108
"type": "Distribution",
10971109
"name": "trace_item.canonical_size",

0 commit comments

Comments
 (0)