From f0169119f099de688b59aaeee53546372d5f7e48 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 15 Jan 2020 08:45:38 +0000 Subject: [PATCH] Apply suggestion to docs/maintenance.md --- docs/maintenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintenance.md b/docs/maintenance.md index 23211db1d..245bc3db9 100644 --- a/docs/maintenance.md +++ b/docs/maintenance.md @@ -17,7 +17,7 @@ The [Loki documentation](https://github.com/grafana/loki#documentation) is a good starting point how this setup works, and the [Using Loki in Grafana](https://grafana.com/docs/grafana/latest/features/datasources/loki/) gets you started with querying your cluster logs with grafana. -You will find the loki grafana integration on your cluster at https://grafana.example.org/explore +You will find the loki grafana integration on your cluster at https://grafana.oas.example.org/explore together with some generic query examples. ### LogQL query examples -- GitLab