Skip to content

v10.0.0

Compare
Choose a tag to compare
@muphblu muphblu released this 01 Mar 10:31
· 31 commits to master since this release
1917388

What's Changed

New metrics and DotNet7 by @muphblu in #22.

New metrics

Now we use different metrics for publish and subscribe, added label exchange_routing_key_name for both of them and rmq_app_id for subscribe metrics.
Example:

common_metric_rabbitmq_subscribe{exchange_routing_key_name= "exchange:routeKey", rmq_app_id="AppId from incoming messages or Unknown"}

common_metric_rabbitmq_publish{exchange_routing_key_name="exchange:routeKey"}

Full Changelog: v9.1.0...v10.0.0