[QUERY] Which number format info should be used by exporter? #39470
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Monitor - Exporter
Monitor OpenTelemetry Exporter
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Library name and version
Azure.Monitor.OpenTelemetry.Exporter 1.0.0
Query/Question
Should the exporter use the
NumberFormatInfo
fromCultureInfo.InvariantCulture
for converting activity tags of double/float type?Currently it is using the
CultureInfo.CurrentCulture
.There are a couple consequences:
Is this an expected behavior of the exporter?
Environment
I'm using the Azure.Monitor.OpenTelemetry.Exporter 1.0.0 in .NET 7.0 console application.
The text was updated successfully, but these errors were encountered: