From 3147e2df49f77c4ea28f103ebb561f1532c46eaf Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 10 Jul 2025 20:18:23 +0200 Subject: [PATCH] fix(grafana): refer the executable instead of the product --- knowledge base/grafana.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge base/grafana.md b/knowledge base/grafana.md index 223bcf9..4b61ecb 100644 --- a/knowledge base/grafana.md +++ b/knowledge base/grafana.md @@ -17,7 +17,7 @@ Open-source platform for monitoring and observability. ## TL;DR Grafana needs a database to store users, dashboards, and other data. It supports `mysql`, `postgres` or `sqlite3`.
-By default it uses the `sqlite3` embedded database included in the main Grafana binary. +By default it uses the `sqlite3` embedded database included in the main `grafana` binary. Grafana creates a folder for each installed plugin, containing its associated files and data.
Plugin files are located by default in `$PWD/data/plugins` (`/var/lib/grafana/plugins` for `deb` or `rpm`