datadog_grpc_interceptor 1.0.0 copy "datadog_grpc_interceptor: ^1.0.0" to clipboard
datadog_grpc_interceptor: ^1.0.0 copied to clipboard

A plugin for use with the DatadogSdk, used to track performance of gRPC and enable Datadog Distributed Tracing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add datadog_grpc_interceptor

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

dependencies:
  datadog_grpc_interceptor: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:datadog_grpc_interceptor/datadog_grpc_interceptor.dart';
1
likes
120
pub points
61%
popularity

Publisher

verified publisherdatadoghq.com

A plugin for use with the DatadogSdk, used to track performance of gRPC and enable Datadog Distributed Tracing.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

datadog_flutter_plugin, flutter, grpc, uuid

More

Packages that depend on datadog_grpc_interceptor