purple_otel_sdk 0.1.5 copy "purple_otel_sdk: ^0.1.5" to clipboard
purple_otel_sdk: ^0.1.5 copied to clipboard

OpenTelemetry SDK for Dart — traces, logs, metrics, OTLP export, W3C propagation. Manual protobuf encoder, zero code generation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add purple_otel_sdk

With Flutter:

 $ flutter pub add purple_otel_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  purple_otel_sdk: ^0.1.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:purple_otel_sdk/purple_otel_sdk.dart';
0
likes
140
points
141
downloads

Documentation

API reference

Publisher

verified publisherpurplesoft.io

Weekly Downloads

OpenTelemetry SDK for Dart — traces, logs, metrics, OTLP export, W3C propagation. Manual protobuf encoder, zero code generation.

Repository (GitHub)
View/report issues

Topics

#opentelemetry #observability #tracing #logging #metrics

License

AGPL-3.0 (license)

Dependencies

collection, http, purple_otel_api

More

Packages that depend on purple_otel_sdk