Module id.opentelemetry.exporters.pack


module id.opentelemetry.exporters.pack
Exporters of OpenTelemetry metrics.

Main idea of all supported exporters is to have Zero Dependencies on any client libraries needed to interact with the backend store. Instead all exporters should rely only on Java standard API. As the result adding this module to any application is cheap and does not cause any overhead during application start up (some backend client dependencies may package resources inside and during start up extract them which affect application start up time, this is not the case with opentelemetry-exporters-pack).

Available exporters:

See Also: