-
Notifications
You must be signed in to change notification settings - Fork 583
docs: combine monitor without helm content #11293
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
base: main
Are you sure you want to change the base?
Conversation
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, moved sections match, deleted sections look to be what's expected!
@@ -142,7 +142,26 @@ metaMonitoring: | |||
passwordSecretKey: metamonitoring | |||
``` | |||
|
|||
## Monitor without the Helm chart | |||
## Install Grafana Mimir without the Helm chart |
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.
## Install Grafana Mimir without the Helm chart | |
## Monitoring Grafana Mimir when setting up without the Helm chart |
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.
Updated to Monitor Grafana Mimir when setting up without the Helm chart
to use the infinitive tense.
Set up Grafana Alloy to collect logs and metrics from Mimir or GEM. To get started with Grafana Alloy, | ||
refer to [Get started with Grafana Alloy](https://grafana.com/docs/alloy/<ALLOY_VERSION>/get-started). After deploying Alloy, refer to [Collect and forward Prometheus metrics](https://grafana.com/docs/alloy/<ALLOY_VERSION>/collect/prometheus-metrics/) for instructions on how to configure your Alloy instance to scrape Mimir or GEM. | ||
|
||
### Monitor without the Helm chart | ||
|
||
To monitor the health of your system without using the Helm chart, see [Collect metrics and logs without the Helm chart](https://grafana.com/docs/mimir/<MIMIR_VERSION>/manage/monitor-grafana-mimir/collecting-metrics-and-logs/#collect-metrics-and-logs-without-the-helm-chart). |
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.
I think we need to change this since we removed this page.
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.
Good catch! Removed.
@@ -15,7 +15,7 @@ You can monitor Grafana Mimir or Grafana Enterprise Metrics by collecting metric | |||
As part of _metamonitoring_, you can create dashboards and receive alerts about the metrics and logs collected from Mimir. To set up these dashboards and alerts, | |||
refer to [Installing Grafana Mimir dashboards and alerts](https://grafana.com/docs/mimir/<MIMIR_VERSION>/manage/monitor-grafana-mimir/installing-dashboards-and-alerts/). | |||
|
|||
## Configure the Grafana Agent operator via the Helm chart | |||
## Configure the Grafana Agent operator through the Helm chart |
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.
## Configure the Grafana Agent operator through the Helm chart | |
## Monitoring Grafana Mimir when setting up without the Helm chart |
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.
Updated to Monitor Grafana Mimir when setting up with the Helm chart
, since that's what this section describes.
See my comment here -- its not clear to me that we want to merge this PR as is. |
Thanks for your feedback, @09jvilla . I've updated the doc. Please let me know how this looks. Thanks! |
What this PR does
This PR:
Which issue(s) this PR fixes or relates to
Fixes https://github.com/grafana/mimir-squad/issues/2952
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.