Sub-second query latency for logs, traces, and metrics with the simplicity of Tinybird. Built on ClickHouse® and designed for developers who want to focus on building, not maintaining infrastructure.
Powered by ClickHouse
Storage-compute separation, sub-second query latency, scalable to billions of rows
Zero infra setup
Fully managed ClickHouse database and ingestion layer simplifies your setup and maintenance
High-performance
Optimized schemas for fast queries even on petabytes of high-cardinality logs data
Native OpenTelemetry support
Official exporter for logs, traces, and metrics
Unified logs, metrics, traces, and errors
Instrument using standard libraries and SDKs in any language
ClickHouse compatibility
Connect existing observability tools instantly via their ClickHouse drivers
ClickHouse efficiency
Hardware-optimized columnar design reduces storage by up to 90%, no JVM-based system overhead
Managed ingestion
Capture thousands of rows/s ingestion with zero setup or overhead
Highly scalable
Best-in-class compression rates (30x), automatic tiering between local disks and cloud storage, scale seamlessly from a single machine to hundreds of cores
[01]
# Run this command in your terminal:
tb --cloud deploy \
--template https://github.com/tinybirdco/tinybird-otel-template/tree/main/
[02]
pip install opentelemetry-distro opentelemetry-exporter-otlp
export OTEL_SERVICE_NAME="my-service"
export OTEL_EXPORTER_OTLP_ENDPOINT="http://otel-collector:4318"
export OTEL_TRACES_EXPORTER="otlp"
export OTEL_PYTHON_LOG_CORRELATION="true"
opentelemetry-instrument python app.py
[03]
The Tinybird OpenTelemetry Exporter uses the Events API, a high‑performance HTTP streaming endpoint that handles ingestion throughput and load balancing. No worrying about batching or ingestion limits. Stream logs at thousands of events per second with zero extra config.
Query petabytes of logs with sub‑second latency. Build custom APIs with Prometheus format or connect to your preferred observability platform via our ClickHouse‑compatible HTTP interface.
First‑class support for the industry standard observability protocol. The Tinybird OTel Exporter is included in the official OpenTelemetry Collector contrib. Instrument with standard logging libraries and SDKs to instantly capture traces, logs, and metrics from your application.
Copyright © 2025 Tinybird. All rights reserved
|