opentelemetry_logging 0.4.0 copy "opentelemetry_logging: ^0.4.0" to clipboard
opentelemetry_logging: ^0.4.0 copied to clipboard

A simple library implementing sending logs to OpenTelemetry, supports gRPC and HTTP protocols.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add opentelemetry_logging

With Flutter:

 $ flutter pub add opentelemetry_logging

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

dependencies:
  opentelemetry_logging: ^0.4.0

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:opentelemetry_logging/opentelemetry_logging.dart';
0
likes
150
points
1.7k
downloads

Publisher

verified publisherchimerapps.com

Weekly Downloads

A simple library implementing sending logs to OpenTelemetry, supports gRPC and HTTP protocols.

Repository (GitHub)
View/report issues

Topics

#logging #opentelemetry

Documentation

API reference

License

MIT (license)

Dependencies

fixnum, grpc, http, protobuf

More

Packages that depend on opentelemetry_logging