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:
CsvMetricExporter
ElasticsearchMetricExporter
- export metrics to Elasticsearch directly without need for any APM. Optionally allows export to Elasticsearch with self-signed SSL certificates (by default it is disabled and when enabled it prints warning message to the logs)
-
Packages
Exports