azure-sdk-for-net
azure-sdk-for-net copied to clipboard
Set Statsbeat connection string based on customer's endpoint
/check-enforcer override
Hi @vishweshbankwar. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days.
API change check
API changes are not detected in this pull request.
internal const string StatsBeat_ConnectionString_NonEU = "<Non-EU-ConnectionString>";
internal const string StatsBeat_ConnectionString_EU = "EU-ConnectionString";
one with angle bracket and one doesn't.. i wonder how you initialize its value and assume this is just a placeholder.
internal const string StatsBeat_ConnectionString_NonEU = "<Non-EU-ConnectionString>"; internal const string StatsBeat_ConnectionString_EU = "EU-ConnectionString";one with angle bracket and one doesn't.. i wonder how you initialize its value and assume this is just a placeholder.
https://github.com/Azure/azure-sdk-for-net/blob/300ba15f1793c2584bbe43ffd295dc1d5a76cfb6/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/src/Internals/Statsbeat/Statsbeat.cs#L163 This is just a placeholder. Will replace the value with actual ones before enabling.