azure-sdk-for-net
azure-sdk-for-net copied to clipboard
Add readme for custom events
Following up from: https://github.com/Azure/azure-sdk-for-net/pull/45630. I will add the changelogs details post this PR so that I can link readme from there.
API change check
APIView has identified API level changes in this PR and created following API reviews.
We may need to mention either in the README or the API summary that this is not vendor-agnostic and is native to Azure Monitor.
We may need to mention either in the README or the API summary that this is not vendor-agnostic and is native to Azure Monitor.
Yes but not fully. There are 2 parts
- The ilogger log itself - anyone can send an ilogger log using the right categoy and it'll be picked up as EventTelemetry by AzMon. This part is neutral, as there is only ILogger API involved, and this log shows up everything else just like any other log would.
- The
ApplicationInsightsEventLoggerwrapper, which does the above more easy, and is vendor specific.
Can the Changelog be updated with this PR?
Hi @vishweshbankwar. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days.
Hi @vishweshbankwar. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing /reopen if you'd like to continue working on these changes. Please be sure to use the command to reopen or remove the no-recent-activity label; otherwise, this is likely to be closed again with the next cleanup pass.