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

Merged
merged 2 commits into from
Oct 22, 2024

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.

@emate emate requested review from sebawo and a team as code owners April 9, 2024 14:54
@emate emate requested a review from AnieeG April 9, 2024 14:54
@cl-sonarqube-production
Copy link

@emate emate force-pushed the emate/enable-user-indexes-collector branch from 92ef54a to a6f3f9b Compare October 22, 2024 09:16
@emate emate requested a review from Tofel October 22, 2024 09:17
@cl-sonarqube-production
Copy link

@Tofel Tofel merged commit cbf9b59 into main Oct 22, 2024
42 of 44 checks passed
@Tofel Tofel deleted the emate/enable-user-indexes-collector branch October 22, 2024 12:31
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.

2 participants