C-featurehelp wanted
仓库指标
- 星标
- (6,519 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
What problem does the new feature solve?
With Prometheus 3.0 beta release, a version of prometheus remote write is out
https://prometheus.io/docs/specs/remote_write_spec_2_0/
GreptimeDB will keep tracking this and keep our compatibility up to date.
What does the feature do?
Implement PRW 2.0 while keeping 1.0 supported.
What's new with Remote Write 2.0
- Time-series gets a new field called start_timestamp https://github.com/prometheus/prometheus/blob/main/prompb/io/prometheus/write/v2/types.proto#L134 This is designed to provide context information for metrics like counter, to indicate when did it start. So the query engine can return correct value for
rateeven if there is only one sample.
Implementation challenges
No response