-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prometheus support #313
Comments
And |
TODO:
|
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 #596 So I close this issue. |
features required
The text was updated successfully, but these errors were encountered: