[bug] No Export since v1.11 on net9-android #6173
Labels
bug
Something isn't working
needs-triage
New issues which have not been classified or triaged by a community member
pkg:OpenTelemetry
Issues related to OpenTelemetry NuGet package
Package
OpenTelemetry
Package Version
Runtime Version
net9-android
Description
Hi,
I have a regression with the
OpenTelemetry.Exporter.OpenTelemetryProtocol
version >=1.11.0
which occur on thenet9-android
runtime. The previous versionv1.10.0
is working.Data are no longer exported to the destination.
Steps to Reproduce
Expected Result
The metrics should be exporter to the endpoint (a local instance of the opentelemetry-collector-contrib in debug verbose mode)
Actual Result
The metrics are not exported to the endpoint (a local instance of the opentelemetry-collector-contrib in debug verbose mode)
Additional Context
I add
AddConsoleExporter()
so i confirm the metrics are displayed in the console.They are just not exported to endpoint.
net9
, metrics are exported to endpoint.v1.10
, metrics are exported to endpoint.The issue seems to be related with
v1.11
andnet9-android
.Thanks
The text was updated successfully, but these errors were encountered: