Cijo Thomas
Cijo Thomas
# Issue with OpenTelemetry.Exporter.Geneva **Is this a feature request or a bug?** * [ ] Feature Request * [ ] Bug **What is the expected behavior?** Export exception stack **What...
Improve contributing guide to make it easy to discover PRs and which component it applies to. Consider borrowing from: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#pull-request-title Also, it'd be nice to create sub-folders for exporters/instrumentations/others similar...
# Issue with OpenTelemetry.Exporter.Geneva * [OpenTelemetry.Exporter.Geneva 1.2.6](https://www.nuget.org/packages/OpenTelemetry.Exporter.Geneva/1.2.6) **Is this a feature request or a bug?** * [x] Feature Request * [ ] Bug ``` var eventTags = new Dictionary {...
Need to borrow what was done in https://github.com/open-telemetry/opentelemetry-dotnet/issues/3106
An EventCounter listener which can get metrics emitted using EventCounter, and in-turn invoke the new Metric API. https://docs.microsoft.com/dotnet/core/diagnostics/event-counters
ASP.NET Core SDK only Actual: `AddApplicationInsightsTelemetry` is "favoring" configuration from `appsettings.json`. Expected: `AddApplicationInsightsTelemetry` should simply respect `IConfiguration`, which is fully controlled by application owner. ### To Reproduce See https://github.com/MicrosoftDocs/azure-docs/issues/90862 Rootcause:...
Background: This SDK has adopted W3CTraceContext recommendation as the default for distributed context propagation. In recent version of .NET Core (3.1 and new), the propagation is done by the libraries...
See spec: https://github.com/open-telemetry/opentelemetry-specification/pull/2579/files meter, activitysource are part of runtime, so need changes there to support this.
[UpDownCounter](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#updowncounter) and its async version are two instruments which are part of the spec, but not currently available in .NET API. This issue is to keep track of supporting it....
Fixes #. ## Changes Please provide a brief description of the changes here. For significant contributions please make sure you have completed the following items: * [ ] Appropriate `CHANGELOG.md`...