-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tagging #312
Tagging #312
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay in getting this reviewed.
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Codecov Report
@@ Coverage Diff @@
## main #312 +/- ##
=======================================
Coverage ? 94.45%
=======================================
Files ? 27
Lines ? 883
Branches ? 0
=======================================
Hits ? 834
Misses ? 49
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Sorry for the delay @martincostello. All changes uploaded except the change from |
Use tags.
Thanks for your contribution @gomete - we'll need to make some changes internally to prepare other libraries that depend on JustEat.StatsD due to the breaking changes to the interface, so there'll be a bit of lag on getting this actually published to NuGet.org. I'll try and publish a 5.0.0 beta to NuGet.org at some point this week. |
Support of tags or dimensions for the following providers:
It covers issue: #268
It contains a breaking change. The interface
IStatsDPublisher
has been modified to include the tags asDictionary<string, string?>
. The old methods of this interface have been included as extension methods atIStatsDPublisherExtensions
.Therefore:
IStatsDPublisher
will be broken after the change.IStatsDPublisher
andStatsDPublisher
will work as it was in the previous version.Benchmarking
After the change
Previous version