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 upOpenTSDB support for remote storage #2360
Comments
This comment has been minimized.
This comment has been minimized.
|
Prometheus config:
etcd-env-4.yml:
OpenTSDB backended with HBASE:
|
This comment has been minimized.
This comment has been minimized.
Yes, but the code will still hang around as an example. This smells like a network issue to me, so I'd suggest discussing on https://groups.google.com/forum/#!forum/prometheus-users |
brian-brazil
closed this
Mar 27, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
olegeech-me commentedJan 23, 2017
Looks like OpenTSDB support in fact is broken for Prometheus 1.4.1.
I'm trying to export metrics to OpenTSDB 2.3.0 but receiving a lot of warnings from both sides.
Prometheus:
OpenTSDB:
I can also see some metrics are partially appearing in OpenTSDB with
tsdb uid grep etcdbut not the whole list.As I understand there is going to be no further support for this kind of exporter and I should instead expect the new generic exporter for influx/opentsdb/graphite altogether in the forthcoming release.
Is my understanding right? :)