v10.0.0
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