DataDog module

Contains a DataDog logger and performance counters components.

Packages

This module contains the following packages:

  • Build - contains a class used to create DataDog components by their descriptors.
  • Clients - contains constants and classes used to define REST clients for DataDog
  • Count - contains a class used to create performance counters that send their metrics to a DataDog service
  • Log - contains a class used to create loggers that dump execution logs to a DataDog service.

Use

Add this to your package’s pubspec.yaml file:

dependencies:
  pip_services4_datadog: version

Now you can install package from the command line:

pub get