MassTransit - Messages Monitoring
MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com. MassTransit supports Prometheus metric capture, which provides useful observability into the bus, endpoints, consumers, and messages. This dashboard shows the messages published and sent using MassTransit framework.
MassTransit Messages Monitoring
MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com.
MassTransit supports Prometheus metric capture, which provides useful observability into the bus, endpoints, consumers, and messages.
This dashboard shows the messages published and sent using MassTransit framework.
Messages can be:
- Events (one to many using Publish interface)
- Commands (one to one using Send interface)
It’s using the following labels to filter out metric values:
- env (ASPNETCORE_ENVIRONMENT)
- domain
- app
- MessageType
- ConsumerType
Env, domain and app labels must be added following prometheus-net docs.
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |