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
METRICS AND STATS OPTIONS:
--metrics Enable metrics collection and reporting [$METRICS_ENABLE]
--metrics.expensive Enable expensive metrics collection and reporting
--metrics.influxdb Enable metrics export/push to an external InfluxDB database
--metrics.influxdb.endpoint value InfluxDB API endpoint to report metrics to (default: "http://localhost:8086")
--metrics.influxdb.database value InfluxDB database name to push reported metrics to (default: "geth")
--metrics.influxdb.username value Username to authorize access to the database (default: "test")
--metrics.influxdb.password value Password to authorize access to the database (default: "test")
--metrics.influxdb.tags value Comma-separated InfluxDB tags (key/values) attached to all measurements (default: "host=localhost")
but can we support prometheus metrics as well? together with --metrics.port & --metrics.addr
The text was updated successfully, but these errors were encountered:
I see we have config like this:
but can we support prometheus metrics as well? together with
--metrics.port
&--metrics.addr
The text was updated successfully, but these errors were encountered: