We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
metrics/metrics-exporter-prometheus/src/builder.rs
Line 65 in 8e2e39d
Currently, pus-gateway only supports passing uri and interval, but not username and password.
The text was updated successfully, but these errors were encountered:
yeah, better have HTTPs support and support for default format for push in grafana cloud
API_KEY="<USER>:<TOKEN>" URL="https://influx-prod-10-prod-us-central-0.grafana.net/api/v1/push/influx/write" curl -X POST -H "Authorization: Bearer $API_KEY" -H "Content-Type: text/plain" "$URL" -d "test,bar_label=abc,source=grafana_cloud_docs metric=35.2"
Sorry, something went wrong.
Addressed via #366.
No branches or pull requests
metrics/metrics-exporter-prometheus/src/builder.rs
Line 65 in 8e2e39d
Currently, pus-gateway only supports passing uri and interval, but not username and password.
The text was updated successfully, but these errors were encountered: