observability 0.1.0 copy "observability: ^0.1.0" to clipboard
observability: ^0.1.0 copied to clipboard

Observability primitives for Celest services with logging, metrics, and tracing helpers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add observability

With Flutter:

 $ flutter pub add observability

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

dependencies:
  observability: ^0.1.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:observability/observability.dart';
0
likes
160
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Observability primitives for Celest services with logging, metrics, and tracing helpers.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-2-Clause-Patent (license)

Dependencies

clock, logging

More

Packages that depend on observability