Skip to content

v0.1.0

Compare
Choose a tag to compare
@chameleon82 chameleon82 released this 05 Aug 14:42
· 26 commits to master since this release

First stable release with most opentelemetry specification features supported

What's Changed

Added

  • otlplogsgrpc exporter with grpc protocol
  • http/json protocol supported in otlplogshttp exporter
  • stdout logs logger
  • Package split into separate otel, sdk, exporters/otlp/otlplogs and exporters/stdout/stdoutlogs packages
  • OTEL_EXPORTER_OTLP_PROTOCOL env variable to configure grpc, http/protobuf and http/json otlp formats with OTEL logs exporter
  • autoconfigure sdk package with OTEL_LOGS_EXPORTER env variable support with none,otlp and logging options to autoconfigure logger provider

Contributors