-
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] Add Connection String Support to Azure Monitor Exporter #28854
Merged
djaglowski
merged 10 commits into
open-telemetry:main
from
rajkumar-rangaraj:rajrang/AddConnStr
Nov 3, 2023
Merged
[exporter/azuremonitor] Add Connection String Support to Azure Monitor Exporter #28854
djaglowski
merged 10 commits into
open-telemetry:main
from
rajkumar-rangaraj:rajrang/AddConnStr
Nov 3, 2023
Commits on Nov 1, 2023
-
feat(azuremonitorexporter): add support for connection strings
This commit introduces the ability to configure the Azure Monitor Exporter using a connection string. The connection string simplifies the configuration by encapsulating various settings into a single string, making it easier for users to configure the exporter. Changes: - Update the Config struct to include a ConnectionString field. - Modify the factory's getTransportChannel method to parse the connection string and apply the settings to the exporter configuration. - Update the tests to cover the new connection string functionality. - Update the documentation to provide examples of how to use the connection string for configuration. By supporting connection strings, users now have a more straightforward way to configure the Azure Monitor Exporter, aligning with Azure Monitor's standard practices. Refs: open-telemetry#28853 (Add ConnectionString Support for Azure Monitor Exporter)
Configuration menu - View commit details
-
Copy full SHA for 391d829 - Browse repository at this point
Copy the full SHA 391d829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac0314 - Browse repository at this point
Copy the full SHA 4ac0314View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff9d9fa - Browse repository at this point
Copy the full SHA ff9d9faView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c5b03 - Browse repository at this point
Copy the full SHA f8c5b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58519b6 - Browse repository at this point
Copy the full SHA 58519b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68aa5b4 - Browse repository at this point
Copy the full SHA 68aa5b4View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5415495 - Browse repository at this point
Copy the full SHA 5415495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f30da - Browse repository at this point
Copy the full SHA 18f30daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8fac8 - Browse repository at this point
Copy the full SHA 9a8fac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b9336 - Browse repository at this point
Copy the full SHA 19b9336View commit details
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.