The Observability module contains observability component definitions that can be used to build applications and services.
Packages
The module contains the following packages:
- Build - factory used 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 dependency to the pom.xml:
<dependency>
<groupId>org.pipservices</groupId>
<artifactId>pip-services4-observability</artifactId>
<version>[0.0.1,)</version>
</dependency>