Skip to content

Commit 9f77350

Browse files
committed
1 parent 2c9ee2d commit 9f77350

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/data/relay_metrics.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,20 @@
151151
"description": "The number of upstream requests queued up for sending.\n\nRelay employs connection keep-alive whenever possible. Connections are kept open for _15_\nseconds of inactivity or _75_ seconds of activity. If all connections are busy, they are\nqueued, which is reflected in this metric.\n\nThis metric is tagged with:\n- `priority`: The queueing priority of the request, either `\"high\"` or `\"low\"`. The\npriority determines precedence in executing requests.\n\nThe number of concurrent connections can be configured with:\n- `limits.max_concurrent_requests` for the overall number of connections\n- `limits.max_concurrent_queries` for the number of concurrent high-priority requests",
152152
"features": []
153153
},
154+
{
155+
"type": "Counter",
156+
"name": "internal.captured.event.endpoint",
157+
"description": "An event has been preliminarily accepted in the store endpoint for one of the configured\n\"internal\" projects.",
158+
"features": []
159+
},
160+
{
161+
"type": "Counter",
162+
"name": "internal.captured.event.store_actor",
163+
"description": "An event has been produced to Kafka for one of the configured \"internal\" projects.",
164+
"features": [
165+
"processing"
166+
]
167+
},
154168
{
155169
"type": "Counter",
156170
"name": "processing.event.produced",

0 commit comments

Comments
 (0)