Skip to content
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/monitor/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ Open the Grafana URL printed by `rl-insight server start`. By default, Grafana l
http://<server-ip>:3000
```

The default login is:
Anonymous Viewer access is enabled by default, so the Grafana URL opens the dashboards without a login prompt. To sign in (for example to edit dashboards), use:

```text
username: admin
password: admin
```

After login, open **Dashboards** from the left navigation. Bundled dashboards are grouped into folders and tagged:
Open **Dashboards** from the left navigation. Bundled dashboards are grouped into folders and tagged:

| Folder | Dashboards | Tags |
| --- | --- | --- |
Expand Down
2 changes: 1 addition & 1 deletion rl_insight/config/services/grafana/grafana.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http_port = 3000
allow_embedding = true

[auth.anonymous]
enabled = false
enabled = true
org_name = Main Org.
org_role = Viewer

Expand Down
Loading