# Packages
Package opentelemetry implements the Open Telemetry exporter.
Package prometheus implements a Prometheus metrics exporter.
# Functions
CreateInstances create instances for a given configuration.
RegisterKnownFactories registers all known exporter factories.
# Interfaces
MetricReader is the interface required in order to export metrics.
SpanExporter is the interface required in order to export traces.
# Type aliases
Factory is the function type to obtain exporters, that can implement [MetricReader], [SpanExporter] or both.