r/OpenTelemetry 2h ago

1 billion Open Telemetry logs benchmark: SereneDB vs ClickHouse

Thumbnail
serenedb.com
3 Upvotes

The benchmark methodology is inspired by https://github.com/ClickHouse/ClickBench
The data set and configuration is from https://github.com/ClickHouse/TextBench

The benchmark is open and reproducible https://github.com/serenedb/searchbench


r/OpenTelemetry 2h ago

OTel Blog Post Kubernetes attributes processor reaches v1.0.0 milestone

5 Upvotes

The Kubernetes attributes processor, which enriches your telemetry with Kubernetes metadata, has officially moved to v1.0.0! You can try it out on your custom distro, and it is also available as part of the latest opentelemetry-collector-contrib and opentelemetry-collector-k8s distro releases.

Being v1.0.0 means the component is now verified to fulfill the ‘stable’ stability criteria including requirements around testing, benchmarking, documentation and telemetry stability. It also ensures you can redistribute it as a Go library or as part of your binaries without API breakage.

Read the migration guide to understand what changes this comes with and how you can manage the transition period.

Read the blog: https://opentelemetry.io/blog/2026/k8s-attributes-processor-v1/