greptimedb
greptimedb copied to clipboard
Prometheus support
And push gateway protocol
TODO:
- [x] remote write
- [x] remote read
- [ ] push gateway
Remote Read potential performance issues
Yep, we will implement the stream protocol.I am working on remote read right now.
Stream protocol is based on promethues's codec format, and it's an optimization between prometheus instances. So we don't need to impl it.
And the pushgateway in fact is a metric cache , not a push protocol at all.
We have to impl the PromQL in greptimedb in future.
Supports PromQL is tracked by https://github.com/GreptimeTeam/greptimedb/issues/596
So I close this issue.