-
Notifications
You must be signed in to change notification settings - Fork 294
Documentation for setting exporter options (BASE and WEB) #3067
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
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.
Pull request overview
This PR adds comprehensive documentation for Azure Monitor exporter options that can be configured through TelemetryConfiguration in the BASE and WEB modules. The changes provide developers with clear guidance on sampling, offline storage, and feature configuration options.
Key Changes
- Added detailed Azure Monitor Exporter Options documentation table in BASE/README.md with property descriptions and defaults
- Updated WEB/Src/Web/README.md to reference the new BASE documentation
- Replaced minimal AAD authentication example in Global.asax.cs with comprehensive configuration example showing all exporter options
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| BASE/README.md | Added new "Azure Monitor Exporter Options" section with configuration table, usage examples, and sampling guidance |
| WEB/Src/Web/README.md | Added cross-reference to BASE documentation for Azure Monitor Exporter Options |
| examples/ClassicAspNetWebApp/Global.asax.cs | Expanded example code to demonstrate all Azure Monitor exporter configuration options |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
This adds documentation for how to set azure monitor exporter options from the base and web modules.
See: #3058 & #3062