[skip-ci] docs: Add comprehensive Prometheus metrics reference#5424
[skip-ci] docs: Add comprehensive Prometheus metrics reference#5424wazir-ahmed wants to merge 1 commit intosysown:feature/modern-docsfrom
Conversation
- Add a complete Prometheus metrics catalog documenting all metrics exposed by ProxySQL, organized by functional area with support matrix for MySQL and PostgreSQL protocols. - Also reorganize global variable references into a dedicated references section for improved discoverability. Signed-off-by: Wazir Ahmed <wazir@proxysql.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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 |
Summary of ChangesHello @wazir-ahmed, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the documentation by introducing a detailed reference for all Prometheus metrics exposed by ProxySQL, categorized by functional area and indicating support for MySQL and PostgreSQL protocols. Concurrently, it undertakes a major reorganization of existing global variable documentation, moving it into a new, centralized 'references' section to improve overall structure and user navigation. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive reference for Prometheus metrics and reorganizes the documentation by moving global variable references into a dedicated references section. These changes significantly improve the structure and discoverability of the documentation. The new metrics reference is detailed and a valuable addition. My review includes a few suggestions to correct minor inconsistencies and potential typos in the new metrics documentation to further enhance its clarity and accuracy.
|
@wazir-ahmed : |



Add a complete Prometheus metrics catalog documenting all metrics exposed by ProxySQL, organized by functional area with support matrix for MySQL and PostgreSQL protocols (
docs/references/prometheus_metrics.md)Also reorganize global variable references into a dedicated references section for improved discoverability.