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

Support Azure Sovereign Environments with EndpointOverride argument #5453

Merged
merged 9 commits into from
Feb 20, 2019
Merged

Support Azure Sovereign Environments with EndpointOverride argument #5453

merged 9 commits into from
Feb 20, 2019

Conversation

ernstae
Copy link
Contributor

@ernstae ernstae commented Feb 20, 2019

Azure sovereign cloud environments do not conform to the <region>.monitoring.azure.com endpoint address. This proposed change looks to allow for an override of the endpoint URL so that metrics can be pushed to the appropriate URL and Azure Monitor.

Attempts to address #5452 and this is my first PR to this project. Before I continue further, I'd like to get some insight/feedback on this approach and if it seems reasonable, will continue by building out the necessary unit tests (e.g. endpoint_override = "testymctesturl.testing")?

Comments and insights appreciated (also, I'm not a go programmer by any means, but wanted to contribute this)

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests.

@danielnelson danielnelson added this to the 1.10.0 milestone Feb 20, 2019
@danielnelson danielnelson added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Feb 20, 2019
@danielnelson danielnelson added the area/azure Azure plugins including eventhub_consumer, azure_storage_queue, azure_monitor label Feb 20, 2019
@danielnelson danielnelson merged commit 6add84e into influxdata:master Feb 20, 2019
@danielnelson
Copy link
Contributor

Perfect, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/azure Azure plugins including eventhub_consumer, azure_storage_queue, azure_monitor feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants