Skip to content

Commit 3db6f1f

Browse files
Document meters emitted via OTEL (#6587)
* Document meters emitted via OTEL * Move CTA down
1 parent fdae8e4 commit 3db6f1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nservicebus/operations/opentelemetry_content_core_[8,).partial.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ NServiceBus endpoints can be configured to expose metrics related to message pro
1919

2020
snippet: opentelemetry-enablemeters
2121

22+
### Emitted meters
23+
24+
- `nservicebus.messaging.successes` - Total number of messages processed successfully by the endpoint
25+
- `nservicebus.messaging.fetches` - Total number of messages fetched from the queue by the endpoint
26+
- `nservicebus.messaging.failures` - Total number of messages processed unsuccessfully by the endpoint
27+
2228
See the [OpenTelemetry samples](/samples/open-telemetry/) for instructions on how to send metric information to different tools.
2329

2430
## Logging

0 commit comments

Comments
 (0)