opentelemetry-server-embedded

An OpenTelemetry logs, metrics, traces and profiles collector that can be embedded in other systems as a data source.

APACHE-2.0 License

Stars
17

Bot releases are hidden (Show)

opentelemetry-server-embedded - Release 1.1.3: Apache Druid for OpenTelemetry Latest Release

Published by arusevm 3 days ago

This release:

  • Publishes an Apache Druid extension that simplifies OpenTelemetry signal ingestion into Druid - see the README here
  • Updates dependencies to latest versions
opentelemetry-server-embedded - Release 1.1.2: Security update due to CVE-2024-7254

Published by arusevm 30 days ago

This release includes minor changes to dependencies used:

  • Upgrades com.google.protobuf:protobuf-java due to CVE-2024-7254
  • Upgrades io.opentelemetry:opentelemetry-api do latest release
opentelemetry-server-embedded - Security update due to CVE-2024-8391

Published by arusevm about 1 month ago

A minor release that updates the following dependencies:

  • vert.x updated to 4.5.10 due to CVE-2024-8391
  • OpenTelemetry updated to 1.41.0
  • Apache Parquet updated to 1.14.2
opentelemetry-server-embedded - Release 1.1.0

Published by arusevm 3 months ago

This release upgrades the OTEL protocol support to version 1.3.2, adding support for the new OpenTelemetry Profiles signal. See the OpenTelemetry announcement of the new signal type here.

Minor changes:

  • adds metrics metadata (reflecting a change of the OTEL protocol)
  • updates dependencies to newer versions
  • allows setting parquet file metadata (through the use of environment variables)
  • fixes a multithreading issue in parquet persistence layer
  • adds support for http compression when using OTEL-over-HTTP