Skip to content
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

InfluxDB registry does not support InfluxDB cloud / v2 #2127

Closed
sbaier1 opened this issue May 28, 2020 · 1 comment
Closed

InfluxDB registry does not support InfluxDB cloud / v2 #2127

sbaier1 opened this issue May 28, 2020 · 1 comment
Labels
duplicate A duplicate of another issue

Comments

@sbaier1
Copy link

sbaier1 commented May 28, 2020

The influxdb registry does not currently support parameterization for InfluxDB cloud.
This means that metrics cannot be written to an InfluxDB cloud bucket.
The main difference are authN/authZ tokens instead of basic auth as well as difference in the
HTTP parameters themselves (in a nutshell: db -> bucket and there is a new mandatory parameter org)
This will require changes to the configuration format.

References:
API: https://v2.docs.influxdata.com/v2.0/reference/api/
API: https://v2.docs.influxdata.com/v2.0/api/#tag/Write
An implementation of such a cloud sender we have done: https://github.com/hivemq/hivemq-influxdb-extension/blob/master/src/main/java/com/hivemq/extensions/InfluxDbCloudSender.java

@sbaier1
Copy link
Author

sbaier1 commented May 28, 2020

Oops, just saw that this is a duplicate of #1974 and #1423 .

@sbaier1 sbaier1 closed this as completed May 28, 2020
@shakuzen shakuzen added the duplicate A duplicate of another issue label May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants