You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I'm trying to push zgs_node metrics to the influxdb bucket, but it doesn't work.
Influxdb is up and running. I tried to upload some metrics manually using the same auth method as provided in the config below and it worked. There is no related error in the log.
zgs_node v0.7.4
########################################################################## Metrics Options ##########################################################################
[metrics]
# Whether to enable metrics.
enabled = true# Interval to output metrics periodically, e.g. "10s", "30s" or "60s".
report_interval = "10s"# File name to output metrics periodically.
file_report_output = "metrics.csv"# Influxdb configurations to output metrics periodically.
influxdb_report_host = "http://168.119.10.134:8416"
influxdb_report_db = "0g-test"
influxdb_report_username = "0g-test"
influxdb_report_password = "test-0-0-0"# Storage node name as a tag.
influxdb_report_node = "0g-test"
In trace logs I was able to find our influxdb host
Hello!
I'm trying to push zgs_node metrics to the influxdb bucket, but it doesn't work.
Influxdb is up and running. I tried to upload some metrics manually using the same auth method as provided in the config below and it worked. There is no related error in the log.
zgs_node v0.7.4
In trace logs I was able to find our influxdb host
The text was updated successfully, but these errors were encountered: