Package
OpenTelemetry
Package Version
| Package Name |
Version |
| OpenTelemetry.Exporter.Geneva |
1.15.2 |
Description
Attempted to upgrade OpenTelemetry packages to the latest versions; however, the upgraded versions are causing our application to fail when deployed on Service Fabric. The build and deployment pipelines complete successfully, but the application crashes at runtime on Service Fabric.
The type initializer for 'OpenTelemetry.Exporter.Geneva.ReentrantExportProcessor`1' threw an exception.
System.ArgumentNullException (-2147467261)
Value cannot be null. (Parameter 'constructor')
I would appreciate guidance on:
- Whether this is a known compatibility issue between OTel updates and Service Fabric workloads
- Recommended approach to safely upgrade OTel packages without breaking runtime behavior
- Any mitigations or configuration changes we should consider
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Package
OpenTelemetry
Package Version
Description
Attempted to upgrade OpenTelemetry packages to the latest versions; however, the upgraded versions are causing our application to fail when deployed on Service Fabric. The build and deployment pipelines complete successfully, but the application crashes at runtime on Service Fabric.
The type initializer for 'OpenTelemetry.Exporter.Geneva.ReentrantExportProcessor`1' threw an exception.
System.ArgumentNullException (-2147467261)
Value cannot be null. (Parameter 'constructor')
I would appreciate guidance on:
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.