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 Prometheus metrics? #1308

Open
Aracki opened this issue Nov 22, 2023 · 0 comments
Open

Support Prometheus metrics? #1308

Aracki opened this issue Nov 22, 2023 · 0 comments

Comments

@Aracki
Copy link

Aracki commented Nov 22, 2023

I see we have config like this:

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

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

No branches or pull requests

1 participant