-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[AzureMonitorExporter] Migrate Azure Monitor OpenTelemetry Exporter from swagger to TypeSpec #56891
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d21ae14
Refactor telemetry models to support additional binary data propertie…
rajkumar-rangaraj 3ad396a
Enhance Telemetry Models with Additional Properties and Serialization…
rajkumar-rangaraj 84a274d
Fix internal field retrieval in AzureMonitorTraceExporter tests to us…
rajkumar-rangaraj 114616c
Update API baselines, ApiCompat suppression, and revert Context class…
rajkumar-rangaraj 36cacd1
Fix request URI construction in ApplicationInsightsRestClient to ensu…
rajkumar-rangaraj db9fce2
Update commit reference in tsp-location.yaml to align with latest API…
rajkumar-rangaraj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
5 changes: 5 additions & 0 deletions
5
sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/metadata.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "apiVersions": { | ||
| "AzureMonitorExporter": "v2.1" | ||
| } | ||
| } |
6 changes: 6 additions & 0 deletions
6
sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/src/ApiCompatBaseline.txt
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # AzureMonitorOpenTelemetryExporterContext was a source-generated infrastructure class | ||
| # marked [EditorBrowsable(EditorBrowsableState.Never)], never intended for direct use. | ||
| # The source generator now emits a private constructor (singleton via Default property) | ||
| # which is a safe change since no consumers should be instantiating this class. | ||
| CannotSealType : Type 'Azure.Monitor.OpenTelemetry.Exporter.AzureMonitorOpenTelemetryExporterContext' is effectively (has a private constructor) sealed in the implementation but not sealed in the contract. | ||
| MembersMustExist : Member 'public void Azure.Monitor.OpenTelemetry.Exporter.AzureMonitorOpenTelemetryExporterContext..ctor()' does not exist in the implementation but it does exist in the contract. |
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
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
22 changes: 0 additions & 22 deletions
22
...nTelemetry.Exporter/src/Customizations/AzureMonitorOpenTelemetryExporterContext.Custom.cs
This file was deleted.
Oops, something went wrong.
36 changes: 36 additions & 0 deletions
36
....Monitor.OpenTelemetry.Exporter/src/Generated/ApplicationInsightsRestClient.RestClient.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.