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