Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/observability/built-in-instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ Here's an example trace, when producing a batch of messages, which includes the

## Metrics

Finally, OutboxKit also exposes some metrics. Metrics exposed include number of batches produced, number of messages produced, and number of processed messages cleaned.
Finally, OutboxKit also exposes some metrics.

Metrics exposed include:

- number of batches produced
- number of messages produced
- number of processed messages cleaned
- polling cycles and their results
- produced messages pending completion, the amount of retry attempts and messages retried

Below you can see a sample dashboard, but note that only the final row is from OutboxKit, the others are from other sources.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using YakShaveFx.OutboxKit.Core;
using YakShaveFx.OutboxKit.MySql;
using Dapper;
using Microsoft.AspNetCore.Mvc;
using MySqlEndToEndPollingSample.ProducerShared;
using RabbitMQ.Client;
using YakShaveFx.OutboxKit.Core.OpenTelemetry;
Expand Down
Loading
Loading