Add feature PREVIEW_CAPTURE_LOGBACK_KEY_VALUE#47610
Add feature PREVIEW_CAPTURE_LOGBACK_KEY_VALUE#47610dorzepowski wants to merge 2 commits intoAzure:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a new preview feature flag PREVIEW_CAPTURE_LOGBACK_KEY_VALUE to enable capturing key values from the SLF4J fluent API implemented by Logback. The change adds a new enum constant with ID 59 to track when this feature is enabled.
Key Changes:
- Added
PREVIEW_CAPTURE_LOGBACK_KEY_VALUE(59)enum constant to theFeatureenum in two identical files
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/monitor/azure-monitor-opentelemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/implementation/statsbeat/Feature.java | Added new feature enum constant for capturing Logback key-value pairs |
| sdk/monitor/azure-monitor-opentelemetry-autoconfigure/src/main/java/com/azure/monitor/opentelemetry/autoconfigure/implementation/statsbeat/Feature.java | Added new feature enum constant for capturing Logback key-value pairs (duplicate of exporter implementation) |
|
Thank you for your contribution @dorzepowski! We will review the pull request and get back to you soon. |
|
@microsoft-github-policy-service agree |
|
Hi @dorzepowski. 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. |
New preview feature for capturing key values from SLF4J fluent API implemented by Logback