|
|
@ -9,10 +9,9 @@ weight = 10 |
|
|
|
|
|
|
|
|
|
|
|
# How to setup Grafana for high availability |
|
|
|
# How to setup Grafana for high availability |
|
|
|
|
|
|
|
|
|
|
|
Setting up Grafana for high availability is fairly simple. It comes down to two things: |
|
|
|
Setting up Grafana for high availability is fairly simple. You just need a shared database for storing dashboard, users, |
|
|
|
|
|
|
|
and other persistent data. So the default embedded SQLite database will not work, you will have to switch to |
|
|
|
1. Use a shared database for storing dashboard, users, and other persistent data |
|
|
|
MySQL or Postgres. |
|
|
|
2. Decide how to store session data. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="text-center"> |
|
|
|
<div class="text-center"> |
|
|
|
<img src="/img/docs/tutorials/grafana-high-availability.png" max-width= "800px" class="center" /> |
|
|
|
<img src="/img/docs/tutorials/grafana-high-availability.png" max-width= "800px" class="center" /> |
|
|
|