-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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 Adapter Error High Availability #4067
Comments
Hi @ips219 , |
Hi Miguel... To be honest I'm not an active follower of InfluxDB project, just noticed on the issue comments (influxdata/influxdb-relay#66) and the pending merge requests (https://github.com/influxdata/influxdb-relay/pulls).. Any of them seems to have any comment from the authors since 2016. As I said, I guess it is normal they don´t want to maintain the HA component actively considering they have an enterprise licensed version... I am evaluating the HA solution Prometheus Chart + InfluxDB Chart among others (e.g Cortex) and I arrived to this issue... Just for the records and considering the High Availability arquitecture deployed by the chart (influxdb-relay pods just broadcast all write requests received to all running InfluxDB PODS), for the time being I just bypassed relay component and updated all cluster POD instances manually from Prometheus directly using the provided headless service endpoints in the configuration values of Prometheus chart.
|
Hi @ips219 , |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
bitnami/influxdb-4.8.9
I've deployed Prometheus and InfluxDB together in a EKS cluster and it seems that there is a problem when remote_write is enabled in Prometheus in order to publish metrics to InfluxDB.
In this scenario, the logs of Prometheus display this message: server returned HTTP status 404 Not Found: {"error":"invalid write endpoint"}
As I understand, the root cause may be this (influxdata/influxdb-relay#67), it seems influxdb-relay is not maintained anymore by influxdata (I guess because they offer HA support in InfluxDB Enterprise)
Also I´ve noticed that people from veepee-oss (https://github.com/veepee-oss/influxdb-relay) has forked influxdb-relay project in order to mantain it, and it seems they fixed this issue among others.
I was wondering if you have any plan to change the base image used for building bitnami influxdb image and using the new one mantained by veepee-oss?
The text was updated successfully, but these errors were encountered: