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

Support SSL and path for InfluxDB artifact uploader #842

Merged
merged 3 commits into from Jul 30, 2020

Conversation

gpchelkin
Copy link
Contributor

@gpchelkin gpchelkin commented Feb 14, 2020

Added more connection options for InfluxDB artifact uploader.
Should also be useful for metrics ingestion to other tools such as VictoriaMetrics (Prometheus), which have the same API as InfluxDB, but often with SSL and additional path.
Sample config for VictoriaMetrics:

influx:
  enabled: true
  address: vminsert.example.com
  port: 443
  ssl: true
  verify_ssl: false
  path: '/insert/1/influx/api/v2'

Options are added according to InfluxDB-Python reference.
Defaults shouldn't break existing configs.

Also added ValueError exception on Pandora collector because in Docker it seems to take some time for Pandora to expose its metrics, and there is no JSON resulting in that error.

@gpchelkin
Copy link
Contributor Author

Any news?..

@nnugumanov
Copy link
Contributor

@trueival ^^

@trueival trueival merged commit 49b23b1 into yandex:develop Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants