feature(metrics): delete influxdb storage for metrics#73
feature(metrics): delete influxdb storage for metrics#73
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
💤 Files with no reviewable changes (7)
📝 WalkthroughWalkthroughThe pull request removes InfluxDB metrics integration from the codebase by eliminating the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What does this PR do?
Why are these changes required?
This PR has been tested by:
Follow up
Extra details
Summary by cubic
Removed InfluxDB metrics storage and configuration across the codebase to simplify metrics handling. Prometheus metrics remain supported.
Refactors
MetricsUtilandApplicationImpl.CommonParameter,Args,ConfigKey, andconfig.conf.com.github.davidb:metrics-influxdb.Migration
node.metrics.storageEnableand allnode.metrics.influxdb.*entries fromconfig.conf(they are ignored).node.metrics.prometheus.*for metrics scraping.Written for commit de704e5. Summary will update on new commits.
Summary by CodeRabbit