mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-03-11 14:49:19 +02:00
* move options to `otlpconfig` internal package * add support for env configs on otel/gRPC * remove duplicate code * refactor options * format imports * move marshal option to oltphttp * clone tls configs and tests grpc certificates * add more context to http errors * add todo * add entry to changelog * update changelog with pr number * apply suggestions Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Exporters
Included in this directory are exporters that export both metric and trace telemetry.
- stdout: Writes telemetry to a specified local output as structured JSON.
- otlp: Sends telemetry to an OpenTelemetry collector as OTLP.
Additionally, there are metric and trace only exporters.
Metric Telemetry Only
- prometheus: Exposes metric telemetry as Prometheus metrics.
- test: A development tool when testing the telemetry pipeline.