Skip to content

Releases: agoda-com/opentelemetry-logs-go

v0.5.0

21 Apr 08:57
11fba1f
Compare
Choose a tag to compare

Changed

Removed

v0.4.3

02 Nov 00:22
fc91d27
Compare
Choose a tag to compare

Fixed

v0.4.2

30 Oct 11:37
c4f4cb6
Compare
Choose a tag to compare

Fixed

v0.4.1

13 Oct 04:31
838bea3
Compare
Choose a tag to compare

Fixed

  • autoconfiguration always emit error message on initialization @chameleon82
  • fix variables and private methods names @chameleon82
  • merge the logRecord resources with those provided by the logProvider @def

v0.4.0

02 Oct 08:30
2379155
Compare
Choose a tag to compare

Changed

v0.3.0

13 Sep 08:26
ea24e8b
Compare
Choose a tag to compare

Changed

Fixed

v0.2.0

30 Aug 16:20
5bd7762
Compare
Choose a tag to compare

What's Changed

Changed

  • opentelemetry update to 1.17.0
  • github.com/golang/protobuf/proto replaced with google.golang.org/protobuf
  • otlp/internal package moved to otlp/otlplogs/internal
  • more unit tests added

v0.1.2

05 Aug 17:07
bb256cf
Compare
Choose a tag to compare

What's Changed

  • revert to all-in-one package

v0.1.0

05 Aug 14:42
Compare
Choose a tag to compare

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

Release v0.0.1 - Initial

25 Jul 05:23
Compare
Choose a tag to compare

This Release contains implementation of Logs Bridge API with Stable API and SDK API interfaces.

What's Changed

Added

Contributors

  • @chameleon82 Initial Logs API, SDK, Exporters, Simple and Batch Processors, Noop, http/protobuf exporters