Observability module

The Observability module contains observability component definitions that can be used to build applications and services.

Packages

The module contains the following packages:

  • Build - contains a factory to create observability components by their descriptors
  • Count - performance counters
  • Log - basic logging components that provide console and composite logging, as well as an interface for developing custom loggers
  • Trace - tracing components

Use

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

dependencies:
  pip_services4_commons: version

Now you can install package from the command line:

pub get