Match Upstream Changes: Update scope value to support new exporter path#62
Merged
rads-1996 merged 2 commits intomicrosoft:mainfrom Apr 24, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Agent365 observability export configuration to match upstream changes by adjusting the export URL path structure and updating the production auth scope, plus adding tests to pin these values together.
Changes:
- Updated
build_export_url()to include the/otlp/segment in both standard and S2S export paths. - Updated production observability scope constants to a new Agent365-specific scope value.
- Added snapshot-style tests to keep production endpoint, scope, and URL path structure from drifting independently.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
tests/a365/test_utils.py |
Updates the expected standard export URL to include /otlp/. |
tests/a365/runtime/test_export_config_consistency.py |
Adds snapshot tests pinning production endpoint, auth scope, and export URL path patterns. |
src/microsoft/opentelemetry/a365/runtime/environment_utils.py |
Updates PROD_OBSERVABILITY_SCOPE constant to the new scope value. |
src/microsoft/opentelemetry/a365/core/exporters/utils.py |
Updates build_export_url() paths and changes _A365_DEFAULT_SCOPE used by token resolvers. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
0578279 to
1ef6073
Compare
hectorhdzg
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Include changes in upstream PR - microsoft/Agent365-python#235