-
Notifications
You must be signed in to change notification settings - Fork 20.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
Pushing Metric Data to InfluxDB OSS 2.0 No Longer Works #22646
Comments
Hii, can I give it a |
I just tried out with influx ver 2.0.6 and I was able to connect username & password without any issues. Is this still an issue? |
Hi! Any news on this? I'm trying to get this to work but still stumble on the "unauthorized" issue mentioned above. Images:
geth "flags": Many thanks in advance! |
I just tried with 2.0.7 on arch linux and it didn't work:
|
Hi, I would like to start contributing. Can I work on this issue? |
Support for InfluxDB V2 was merged in #23194, closing this |
System information
Geth version:
1.10.2-stable
OS & Version: Linux
Commit hash :
97d11b0187b4695ccf44e3b71b54155fe405a36f
Expected behaviour
As mentioned here in the official guide, the following command would allow geth to push metrics data to InfluxDB.
Actual behaviour
The flags combo above no longer works as intended with InfluxDB OSS 2.0. Now to get authorized you need to pass in a custom http header with your InfluxDB authentication token as the
value
andAuthorization
as thekey
. A simple auth withuser/password
doesn't work, even though it should according to the official InfluxDB documentation here.Steps to reproduce the behaviour
Start off geth with the flags above and you will see the warnings come up. No geth metrics are shown in Measurements either, which only confirms the issue.
Backtrace
N/A
The text was updated successfully, but these errors were encountered: