GreptimeTeam/greptimedb

Supports profile signal for OLTP

Open

#6,760 opened on Aug 18, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (495 forks)github user discovery
C-featurehelp wanted

Repository metrics

Stars
 (6,332 stars)
PR merge metrics
 (PR metrics pending)

Description

What problem does the new feature solve?

GreptimeDB already supports OLTP metrics, logs, and traces.

Profiles were introduced as an experimental signal type in OTLP v1.3.0.

https://opentelemetry.io/blog/2024/state-profiling/

We should add support for profiles to make GreptimeDB fully support OLTP.

What does the feature do?

Supports profile signal for OLTP

Implementation challenges

  • Investigate the OLTP profiling signal and finalize a plan for converting it into GreptimeDB table schemas.
  • Explore visualization solutions.

No response

Contributor guide