-
Notifications
You must be signed in to change notification settings - Fork 380
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
docs: Metrics configuration guide & FAQ reorg #2414
Conversation
Signed-off-by: Anna Kapuscinska <[email protected]>
ae4c47d
to
f505272
Compare
The FAQ page included some installation and some CI questions. They have different audiences, so let's split them: * Installation questions are under "Installation and Configuration" section * CI questions are a part of "Submitting a pull request" page Signed-off-by: Anna Kapuscinska <[email protected]>
This is a general rewrite of the Metrics page. The page is moved from the "Concepts" section to "Installation and Configuration" - it barely touches on the concept of metrics, but it does guide the use through the metrics configuration, so it makes more sense there. The page covers: * The purpose of metrics and a link to the metrics reference * How to enable/disable metrics in a Kubernetes and non-Kubernetes deployments * How to verify that metrics are exposed * How to configure labels on events metrics * How to enable ServiceMonitor and scrape metrics Signed-off-by: Anna Kapuscinska <[email protected]>
f505272
to
06f8058
Compare
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The CI is failing because https://tetragon.cilium.io/docs/installation/faq/ doesn't exist yet, but it will after this PR is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
description: "List of frequently asked questions" | ||
aliases: ["/docs/faq"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for adding that!
The main thing here is a general rewrite of the Metrics page.
The page is moved from the "Concepts" section to "Installation and
Configuration" - it barely touches on the concept of metrics, but it does guide
the user through the metrics configuration, so it makes more sense there.
The page covers:
I also did a small reorg of the installation docs. The "Installation" section is renamed to "Installation and Configuration", and the FAQ page is moved there. Two CI-related FAQ questions are moved under the Contribution Guide.
To avoid breaking links I also introduced aliases: docs/concepts/metrics -> docs/installation/metrics and docs/faq -> docs/installation/faq.