Skip to content

v13.7.0

Compare
Choose a tag to compare
@muphblu muphblu released this 01 Mar 10:00
· 47 commits to master since this release
0e1ed49

What's Changed

  • Group prometheus metrics by @muphblu in #72
    • new metrics, changed naming, labels, factory methods etc.
    • updated prometheus-net to v8.2.1 due to bug that was fixed in v8.1.1
    • updated Microsoft.Data.SqlClient to v5.2.0 due to dotnet/SqlClient#1930
    • updated setting TrustServerCertificate in sql connection string is ignored and is true by default, could be overriden through DataBaseOptions

Full Changelog: v13.6.0...v13.7.0

New metrics list

common_metric_sql 
common_metric_http_client - for outgoing http requests, ConsulMetricsHttpClientWrapper uses it
common_metric_rabbitmq_subscibe - incoming messages from rmq, used by ATI.Services.RabbitMQ and ChangeTracking
common_metric_rabbitmq_publish - outgoing messages to rmq
common_metric_repository
common_metric_controller - incoming http requests, added by MeasureAttribute
common_metric_Exceptions
common_metric_HttpStatusCodeCounter - response codes
common_metric_redis
common_metric_mongo
common_metric_{something} - this one reserved for custom metric, if you really need it, try to keep number of unique metrics as low as possible