From cb0cbb0790d73fab5df467d9982b06f88b408600 Mon Sep 17 00:00:00 2001 From: nicolevanderhoeven <36070553+nicolevanderhoeven@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:12:39 +0200 Subject: [PATCH] docs: Add Loki Community Call in further resources (#18396) --- docs/sources/query/metric_queries.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/query/metric_queries.md b/docs/sources/query/metric_queries.md index 07d6da05c2..8c9a64b704 100644 --- a/docs/sources/query/metric_queries.md +++ b/docs/sources/query/metric_queries.md @@ -188,3 +188,7 @@ topk( ``` `__count_min_sketch__` is calculated for each shard and merged on the frontend. Then `eval_cms` iterates through the labels list and determines the count for each. Then `topk` selects the top items. + +## Further resources + +- Watch: [How to turn logs into metrics with Grafana Loki](https://youtube.com/live/tKcnQ0Q2E-k) (Loki Community Call July 2025) \ No newline at end of file