Cijo Thomas

Results 190 issues of Cijo Thomas

Prerequisites does not list installing Java. But following https://github.com/open-telemetry/opentelemetry-demo#gradle-update-windows-only step, it fails saying no Java found. C:\repos\opentelemetry-demo\src\adservice>gradlew ERROR: JAVA_HOME is not set and no 'java' command could be found in...

bug

A code like below will add 2 instances of TracerProvider and new ones replace the old one. Old ones are not disposed when being overwritten. ``` var builder = new...

bug
area:ext:hosting

Most of the instrumentation libraries were written when semantic conventions were in early stages, and a lot changes have occurred since then. Opening an issue to track updating instrumentation libraries...

area:instrumentation

Child of overall [Views feature](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2359) This is to track supporting providing additional tags from Baggage using Views.

enhancement
metrics

https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#explicit-bucket-histogram-aggregation It should be collected by default, with the ability to turn off.

enhancement
metrics

The OTLP exporter (both HTTP and gRPC) need to support the following configuration options from the spec: * Certificate file * Client key file * Client certificate file See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options

enhancement
pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol

https://github.com/open-telemetry/opentelemetry-dotnet/pull/2871 - A very basic test is added here. Opening an issue to track adding more tests to OTLP Log Exporter. The exporter itself is not fully ready and is...

help wanted
good first issue
area:exporter:otlp

Opening an issue to track future improvements. The current AggStore uses 2 data structures to find the `MetricPoint`. One is an pre-allocated array of `MetricPoint`, where the actual points are...

enhancement
metrics

# Feature Request Implement consistent probability sampler as per spec: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/tracestate-probability-sampling.md The spec is experimental, so this should be kept as a separate non-stable package, and merged to the core...

enhancement

Fails quite often: Example: https://pipelines.actions.githubusercontent.com/qUmkdRTOExOOUcipfw2r74VakBMGn99kKwI1fYYZyOCfUDlpFN/_apis/pipelines/1/runs/53945/signedlogcontent/2?urlExpires=2022-02-10T19%3A56%3A18.4295005Z&urlSigningMethod=HMACV1&urlSignature=FmvRNYPK%2B53JnQ3Ii0dU72ekKuzMNGqn%2Btsxw%2BImNWg%3D 2022-02-10T19:07:04.4043985Z CheckAPICompatibility: true 2022-02-10T19:07:04.4044253Z DOTNET_MULTILEVEL_LOOKUP: 1 2022-02-10T19:07:04.4044529Z DOTNET_ROOT: C:\Users\runneradmin\AppData\Local\Microsoft\dotnet 2022-02-10T19:07:04.4044820Z ##[endgroup] 2022-02-10T19:07:05.1622185Z Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET 2022-02-10T19:07:05.1629900Z Copyright (C) Microsoft Corporation....

help wanted
infra