Enable statio user indexes collector for postgres exporter
Enable statio user indexes collector for prometheus-postgres-exporter to improve visibility for indexes usage.
Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.
Why
The changes update the Chainlink Helm chart for better customization and monitoring enhancements. Specifically, upgrading the chart version facilitates tracking of improvements or fixes. The addition of arguments for the Prometheus PostgreSQL exporter allows for more detailed database performance monitoring, crucial for maintaining the health and efficiency of the Chainlink node's database.
What
- charts/chainlink/Chart.yaml
- Incremented the chart version from
0.2.11to0.2.12. This change marks an update or improvement in the Helm chart.
- Incremented the chart version from
- charts/chainlink/templates/pg-deployment.yaml
- Added an argument
--collector.statio_user_indexesto the Prometheus PostgreSQL exporter container. This enables the collection of statistics about user-defined indexes, which can help in database performance tuning.
- Added an argument
Quality Gate passed
Issues
0 New issues
0 Fixed issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code