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

**Is your feature request related to a problem? Please describe.** There are a few deprecations recorded where version `0.18.0` is called out as the version in which these will be...

It would be useful to have a `FileExporter` in addition to the current `CollectorExporter` and `ConsoleExporter`. This would allow users of the library to sink the telemetry locally in cases...

am using opentelemetry_sls (forked from this repo and compatible with Dart 3) is there a way to add auto instrumenations like http requests made by my app, writes and reads...

**Is your feature request related to a problem? Please describe.** The SDK isn't Dart 3 compatible -> https://pub.dev/packages/opentelemetry **Describe the solution you'd like** Migrate to Dart 3 back compatible. **Describe...

Does the [CollectorExporter](https://github.com/Workiva/opentelemetry-dart#collectorxxporter) support gRPC like the [OTLP Exporters](https://github.com/open-telemetry/opentelemetry-java/tree/main/exporters/otlp/all) in Java language? I hava configured the CollecctorExporter with the gRPC url, but got below errors: ![image](https://user-images.githubusercontent.com/3634065/220065858-c1c86ebf-96e7-4ca8-94bd-bf3478b6de74.png) If it supports gRPC,...

**Is your feature request related to a problem? Please describe.** This library isn't null-safe. As a result, warnings are thrown in IDEs. Here's an example of importing the library into...

This issue has been problematic in the past and needs to be confirmed to exist with this library.

With PR #87 is merged, it introduces the `InstrumentationScope` class that is intended to replace the `InstrumentationLibrary` class. We will want to consolidate the existing usages to leverage the `InstrumentationScope`...

**Is your feature request related to a problem? Please describe.** We do not yet track the level of compliance to the spec inherent to this codebase. We should include a...

In progress

**Is your feature request related to a problem? Please describe.** When pr #73 is merged, it will lack a concrete implementation of Counter.add.

In progress