-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: Ambiguous method definition on LogMetric #424
Conversation
✅ Deploy Preview for arcus-observability ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
We should also reflect these changes in the feature documentation so people are guided towards these new extensions.
Thx again for your work! 💯 Really help us with all these many tasks across repo's (that we often forget 😄 ).
src/Arcus.Observability.Telemetry.Core/Extensions/ILoggerEventExtensions.cs
Outdated
Show resolved
Hide resolved
src/Arcus.Observability.Telemetry.Core/Extensions/ILoggerMetricExtensions.cs
Outdated
Show resolved
Hide resolved
src/Arcus.Observability.Telemetry.Core/Extensions/ILoggerMetricExtensions.cs
Outdated
Show resolved
Hide resolved
src/Arcus.Observability.Tests.Integration/Serilog/Sinks/ApplicationInsights/EventTests.cs
Show resolved
Hide resolved
src/Arcus.Observability.Tests.Integration/Arcus.Observability.Tests.Integration.csproj
Outdated
Show resolved
Hide resolved
…Extensions.cs Co-authored-by: Stijn Moreels <[email protected]>
…cExtensions.cs Co-authored-by: Stijn Moreels <[email protected]>
…cExtensions.cs Co-authored-by: Stijn Moreels <[email protected]>
Revert removal unit-tests Add unit-tests
starting on this |
|
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.
This is fine for me. Thx for the update! Looks great. 😄
src/Arcus.Observability.Tests.Integration/Arcus.Observability.Tests.Integration.csproj
Outdated
Show resolved
Hide resolved
src/Arcus.Observability.Tests.Unit/Serilog/ApplicationInsightsTelemetryConverterTests.cs
Show resolved
Hide resolved
Woops, we're having some conflicts in the feature documentation, @vtermaat . |
What about the rename of |
It was added here as part of the |
I actually thought that it was just called an 'event' in AppInsights. However, I looked around and indeed, they're saved to a table called I can agree with this. (Sorry for being a bit 'picky' sometimes when we're discussing things about naming stuff). |
Hihi, 😄 , no need to apologize, I'm glad I'm not the only one to be picky on this. 😉 Glad that we find each other in this. |
Ambiguous method definition on LogMetric
Closes #280
LogMetric
toLogCustomMetric
LogMetric
as obsoleteLogEvent
toLogCustomEvent
LogEvent
as obsolete