Skip to content

Commit

Permalink
Updated grafana version
Browse files Browse the repository at this point in the history
  • Loading branch information
ar51an authored Aug 23, 2023
1 parent f04bb71 commit ea9ce3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
#### Specs:
> |Grafana|Prometheus|Loki |Go |OS |HW |
> |:------|:---------|:------|:-------|:----------------------------|:-----------------------|
> |`9.3.6`|`2.24.1` |`2.7.3`|`1.19.4`|`raspios-bullseye-arm64-lite`|`Raspberry Pi 4 Model B`|
> |`9.3.16`|`2.24.1` |`2.7.3`|`1.19.4`|`raspios-bullseye-arm64-lite`|`Raspberry Pi 4 Model B`|
#
### Steps
  🔸 Grafana ➜ Prometheus ➜ Unbound Exporter ➜ Loki ➜ Import Dashboard
#### ❯ Grafana
* **Download:**
There are 2 versions **OSS** and **Enterprise**. OSS version is more than enough. Enterprise version installs too many extra packages (like unattended-upgrades and more). Below cmd downloads _Grafana OSS_ for arm64.
> `wget https://dl.grafana.com/oss/release/grafana_9.3.6_arm64.deb`
> `wget https://dl.grafana.com/oss/release/grafana_9.3.16_arm64.deb`
* **Install:**
> `sudo dpkg -i grafana_9.3.6_arm64.deb`
> `sudo dpkg -i grafana_9.3.16_arm64.deb`
> `ℹ️` **Note:**
> A tweaked `grafana.ini` is available in the release. It reduces memory footprint, removes usage collection, stops calls to grafana server/repo and has few more optimizations. You can use _grafana.ini_ **either** from the release **or** the default one. Default config is located at `/etc/grafana/grafana.ini`
Expand Down

0 comments on commit ea9ce3d

Please sign in to comment.