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

Small docs fixes #75

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@

## Installing the dashboards on Grafana Cloud

For each of the dashboard files in charts/meta-monitoring/src/dashboards do the following:
Only the files for the application monitored have to be copied. When monitoring Loki import dashboard files starting with 'loki-'.

For each of the dashboard files in charts/meta-monitoring/src/dashboards folder do the following:

1. Click on 'Dashboards' in Grafana

Expand All @@ -141,8 +143,6 @@ For each of the dashboard files in charts/meta-monitoring/src/dashboards do the

1. Click 'Import'

Only the files for the application monitored have to be copied. When monitoring Loki import dashboard files starting with 'loki-'.

## Installing the rules on Grafana Cloud

1. Select the rules files in charts/meta-monitoring/src/rules for the application to monitor. When monitoring Loki use loki-rules.yaml.
Expand All @@ -155,12 +155,12 @@ Only the files for the application monitored have to be copied. When monitoring

1. Use them to load the rules using mimirtool as follows:

```
```
mimirtool rules load --address=<your_cloud_prometheus_endpoint> --id=<your_instance_id> --key=<your_cloud_access_policy_token> *.yaml
```

1. To check the rules you have uploaded run:

```
```
mimirtool rules print --address=<your_cloud_prometheus_endpoint> --id=<your_instance_id> --key=<your_cloud_access_policy_token>
```