Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport OpenTSDB remote read #4707
Comments
This comment has been minimized.
This comment has been minimized.
|
I don't know why there isn't an OpenTSDB remote read adapter, you might get better feedback by asking on the relevant OpenTSDB channels. (But in any case, the implementation would live outside of this repo and org). |
Betula-L
closed this
Oct 12, 2018
lock
bot
locked and limited conversation to collaborators
Apr 10, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Betula-L commentedOct 8, 2018
•
edited
Proposal
There have been several back-end storage supported remote read, such as InfluxDB, as described in https://prometheus.io/docs/operating/integrations.
But why is there no remote read adaptor for OpenTSDB now?
Is it due to the limitation of OpenTSDB read API or just because no one implement it?
I wanna implement it if possible.