-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Deprecated the telemetry configuration item and remove the telemetry code usage. #22200
Deprecated the telemetry configuration item and remove the telemetry code usage. #22200
Conversation
…metry related code.
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.
One more thing, do we delete the entry defined in the versioning client text file too?
...pring-boot/src/main/java/com/azure/spring/autoconfigure/aad/AADAuthenticationProperties.java
Outdated
Show resolved
Hide resolved
...ing/azure-spring-boot/src/main/java/com/azure/spring/autoconfigure/b2c/AADB2CProperties.java
Outdated
Show resolved
Hide resolved
.../azure-spring-boot/src/main/java/com/azure/spring/autoconfigure/cosmos/CosmosProperties.java
Outdated
Show resolved
Hide resolved
sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/keyvault/KeyVaultProperties.java
Outdated
Show resolved
Hide resolved
...re/src/main/java/com/azure/spring/cloud/autoconfigure/cache/AzureRedisAutoConfiguration.java
Show resolved
Hide resolved
...rc/main/java/com/azure/spring/cloud/autoconfigure/context/AzureContextAutoConfiguration.java
Show resolved
Hide resolved
...rc/main/java/com/azure/spring/cloud/autoconfigure/context/AzureContextAutoConfiguration.java
Show resolved
Hide resolved
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
LGTM.
Head branch was pushed to by a user without write access
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Fixes #19719
Changelog:
azure-spring-cloud-telemetry
as deprecated, and remove the source code.Some more context here:
Azure Spring libraries used to collect telemetry data by sending them to a hosted telemetry track endpoint, but now with using track 2 Azure SDks, we could set some spring flags in the HTTP user-agent header. So now there's no need of such telemetry libraries except for libraries not developed by Azure SDK, such as the redis integration.