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

Enable pushing metrics to influx as an alternative to pulling to prometheus #979

Open
evan-forbes opened this issue Mar 10, 2023 · 0 comments

Comments

@evan-forbes
Copy link
Member

          Instead of duplicating ourselves, can we implement the `metrics.Gauge` and `metrics.Counter` interfaces using this eventCollector and then in the `metrics.go` file of each reactor, include a `InfluxDBMetrics` function alongside the `PrometheusMetrics` function. That way an operator can choose to trace metrics using either prometheus or influxDB (perhaps in the future we can add support for both).

Originally posted by @cmwaters in #970 (comment)

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