-
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
fix Azure receiver not azure china #34402
fix Azure receiver not azure china #34402
Conversation
**Description:** Adding azure china in azure monitor receiver. **Link to tracking Issue:** open-telemetry#34315
add chloggen file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @mo-silent, can you please update the README as well to show this is a valid option for the cloud
configuration option?
It would be good to add some kind of simple test for this as well.
Hi @crobert-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you be able to add a simple test for this? (Sorry if you were still working on it, just commenting to make sure we didn't miss it.)
Hi @crobert-1 |
I was thinking it would be good to have a test where the configuration is set to the new configuration option |
Hi @crobert-1 |
Thanks for adding the test @mo-silent! From CI/CD:
This should be able to be resolved by running |
Hi @crobert-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for resolving @mo-silent!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mo-silent!
@@ -16,6 +16,7 @@ import ( | |||
const ( | |||
azureCloud = "AzureCloud" | |||
azureGovernmentCloud = "AzureUSGovernment" | |||
azureChinaCloud = "AzureChinaCloud" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to add support for "AzureGermanCloud" as well, i'll open a follow up issue
Fixes open-telemetry#34315 --------- Co-authored-by: Curtis Robert <[email protected]>
Description:
Add azure china to complete AzureMonitor Receiver
Link to tracking Issue:
#34315