-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add CLR Eventsource and EventCounter Metrics #305
Conversation
Codecov Report
@@ Coverage Diff @@
## master #305 +/- ##
==========================================
+ Coverage 53.05% 53.21% +0.16%
==========================================
Files 1098 1102 +4
Lines 36748 37062 +314
Branches 7236 7299 +63
==========================================
+ Hits 19496 19723 +227
- Misses 15480 15548 +68
- Partials 1772 1791 +19
Continue to review full report at Codecov.
|
[Theory] | ||
[MemberData(nameof(EndpointMiddleware_ContentNegotiation_TestCases))] | ||
public async void EndpointMiddleware_ContentNegotiation(EndpointNames epName, string epPath, MediaTypeVersion version, string[] accepts, string contentType, string name) | ||
public async void EndpointMiddleware_ContentNegotiation(EndpointNames epName, string epPath, string[] accepts, string contentType, string name) |
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.
@hananiel This might be one to add an exception for (in tests)
6946414
to
1c6defd
Compare
src/Management/src/EndpointBase/Metrics/Observer/EventSourceListener.cs
Outdated
Show resolved
Hide resolved
c3a2dda
to
7991fa8
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
Metrics end-end with metrics and prometheus actuators
Make updates to MetricsEndpoint to serialize metrics correcty
Resolves #256 and Partially #299