Skip to content
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
merged 10 commits into from
Nov 3, 2023

Commits on Nov 1, 2023

  1. 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)
    rajkumar-rangaraj committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    391d829 View commit details
    Browse the repository at this point in the history
  2. Lint fixes

    rajkumar-rangaraj committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    4ac0314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff9d9fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8c5b03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58519b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68aa5b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. gotidy

    rajkumar-rangaraj committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5415495 View commit details
    Browse the repository at this point in the history
  2. doc update

    rajkumar-rangaraj committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    18f30da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a8fac8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19b9336 View commit details
    Browse the repository at this point in the history