-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add TiPrometheus(Prometheus adapter for TiKV) #1235
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
Conversation
|
You need to add a DCO to the existing commit. |
|
Done. |
|
Is there no unit test in |
|
It's only a first edition but it's ready for production. |
OK, thx |
| * [OpenTSDB](https://github.com/prometheus/prometheus/tree/master/documentation/examples/remote_storage/remote_storage_adapter): write | ||
| * [PostgreSQL/TimescaleDB](https://github.com/timescale/prometheus-postgresql-adapter): read and write | ||
| * [SignalFx](https://github.com/signalfx/metricproxy#prometheus): write | ||
| * [TiPrometheus](https://github.com/bragfoo/TiPrometheus): read and write |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be TiKV
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be TiKV
Recovered.
Signed-off-by: yuchang <yuchang@360.cn>
|
Thanks! |
…prometheus#1235) * tidb-in-kubernetes: Migrate aws terraform deployment doc to docs repo * update format and code blocks * Improve display * fix note format
Prometheus adapter for TiKV.
TiPrometheus support remote read and write.
TiKV is distributed transactional key-value database, originally created to complement TiDB.
I hope it solves the prometheus's storage problem.
I hope to provide a new idea for time series data storage.