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 statio user indexes collector for postgres exporter #908

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

emate
Copy link
Collaborator

@emate emate commented Apr 9, 2024

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.11 to 0.2.12. This change marks an update or improvement in the Helm chart.
  • charts/chainlink/templates/pg-deployment.yaml
    • Added an argument --collector.statio_user_indexes to the Prometheus PostgreSQL exporter container. This enables the collection of statistics about user-defined indexes, which can help in database performance tuning.

@cl-sonarqube-production
Copy link

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

Successfully merging this pull request may close these issues.

None yet

1 participant