-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[exporter/azuremonitor] Enhance AAD Documentation. #29234
[exporter/azuremonitor] Enhance AAD Documentation. #29234
Conversation
…ntelemetry-collector-contrib into rajrang/aadEnhance
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #29234 +/- ##
==========================================
+ Coverage 82.64% 82.65% +0.01%
==========================================
Files 1749 1749
Lines 163368 163368
==========================================
+ Hits 135012 135031 +19
+ Misses 24453 24437 -16
+ Partials 3903 3900 -3 ☔ View full report in Codecov by Sentry. |
@open-telemetry/collector-contrib-approvers Could you please help merge this PR, got an approval from the code owner. |
@rajkumar-rangaraj We're currently performing a release. Once the release is over, I'll merge this. |
) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> * Update AAD documentation to use connection string instead of instrumentation key. Follow up to open-telemetry#28854 * Modified the ingestion version from 2.0 to 2.1 **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> Existing tests. Output from manual run ``` json --------- Transmitting 30 items --------- {"kind": "exporter", "data_type": "logs", "name": "azuremonitor"} 2023-11-13T10:50:23.886-0800 debug azuremonitorexporter@v0.88.0/factory.go:139 Telemetry transmitted in 378.439395ms {"kind": "exporter", "data_type": "logs", "name": "azuremonitor"} 2023-11-13T10:50:23.886-0800 debug azuremonitorexporter@v0.88.0/factory.go:139 Response: 200 {"kind": "exporter", "data_type": "logs", "name": "azuremonitor"} 2023-11-13T10:50:23.886-0800 debug azuremonitorexporter@v0.88.0/factory.go:139 Items accepted/received: 30/30 {"kind": "exporter", "data_type": "logs", "name": "azuremonitor"} ``` **Documentation:** <Describe the documentation added.> * Updated Authentication.md
) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> * Update AAD documentation to use connection string instead of instrumentation key. Follow up to open-telemetry#28854 * Modified the ingestion version from 2.0 to 2.1 **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> Existing tests. Output from manual run ``` json --------- Transmitting 30 items --------- {"kind": "exporter", "data_type": "logs", "name": "azuremonitor"} 2023-11-13T10:50:23.886-0800 debug azuremonitorexporter@v0.88.0/factory.go:139 Telemetry transmitted in 378.439395ms {"kind": "exporter", "data_type": "logs", "name": "azuremonitor"} 2023-11-13T10:50:23.886-0800 debug azuremonitorexporter@v0.88.0/factory.go:139 Response: 200 {"kind": "exporter", "data_type": "logs", "name": "azuremonitor"} 2023-11-13T10:50:23.886-0800 debug azuremonitorexporter@v0.88.0/factory.go:139 Items accepted/received: 30/30 {"kind": "exporter", "data_type": "logs", "name": "azuremonitor"} ``` **Documentation:** <Describe the documentation added.> * Updated Authentication.md
Description:
Link to tracking Issue:
Testing:
Existing tests.
Output from manual run
Documentation: