Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

asalimonov/Metrics.NET.RabbitMQ

Repository files navigation

Metrics.NET.RabbitMQ

RabbitMQ reporter for Metrics.NET

Nuget package.

Supports the followinging exchange types:

  • topic
  • fanout
  • direct

Example:

            Metric.Config
                .WithAllCounters()
                .WithInternalMetrics()
                .WithReporting(config => config
                    .WithRabbitMQ(new RabbitMQReportsConfig
                    {
                        HostName = "localhost",
                        Password = "guest",
                        UserName = "guest"

                    }, TimeSpan.FromSeconds(3)));

Metrics.NET sends all pre-registered CLR counters and internal metics to RabbitMQ with the default exchange type "topic" and it uses the default exchanege "metrics" with "metrics" routing key.

About

RabbitMQ reporter for Metrics.NET

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published