Skip to content

Commit cfef41a

Browse files
authored
docs: clarify metrics for message streaming in router documentation (wundergraph#219)
1 parent 5b85983 commit cfef41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/metrics-and-monitoring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ telemetry:
228228

229229
#### Metrics
230230

231-
* `router.streams.sent.messages`: Counter of messages produced/sent to the messaging backend
232231
* `router.streams.received.messages`: Counter of messages consumed/received directly by the router from the messaging backend.
232+
* `router.streams.sent.messages`: Counter of messages produced/sent to the messaging backend, this happens when a mutation decorated with the `@edfs__xPublish` directive is executed.
233233

234234
The following attributes are attached to both metrics:
235235

0 commit comments

Comments
 (0)