opentelemetry-dart icon indicating copy to clipboard operation
opentelemetry-dart copied to clipboard

Results 25 opentelemetry-dart issues
Sort by recently updated
recently updated
newest added

## Which problem is this PR solving? - Add ContextManager interface - Make Context abstract/interface. - The static current/root methods should be updated to pull from the static global ContextManager....

Merge Requirements Unmet

## Which problem is this PR solving? In this PR, add gRPC support in `CollectorExporter`. Fixes # (issue) ## Short description of the change ## How Has This Been Tested?...

Merge Requirements Unmet

## Which problem is this PR solving? Fix a TODO to correct `recordException` as an event instead of attributes directly on the span. See the spec: https://opentelemetry.io/docs/specs/otel/trace/exceptions/ Fixes #152 (issue)...

Merge Requirements Unmet

I don't know if it's a real problem or a mistake, but i'm trying to close a span without store span in a variable. Here is my code: CollectorExporter exporter...

I am currently implementing a simplified tracing API for my uses, aiming to abstract away the complexities of manual span management. The goal is to get a straightforward API that...

Compare with current https://pub.dev/packages/opentelemetry/score 10 points for lint/deprecation warnings are not addressed. * Include Apache 2.0 license contents [10pts] * https://github.com/dart-lang/pana is looking for a match against one of its...

Merge Requirements Unmet

**Is your feature request related to a problem? Please describe.** My company runs Dart gRPC servers in production, and I am thinking of using this SDK to implement distributed tracing....

**Describe the bug** A clear and concise description of what the bug is. **Steps to reproduce** If possible, provide a recipe for reproducing the error. **What did you expect to...

**Describe the bug** `.recordException` does not send exception as Event **Steps to reproduce** Throw an Error and try to recordExpection on it **What did you expect to see?** It to...