From f2aa0a96ddd7931663318b1ed1a60e9ac30220e2 Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 30 Dec 2022 11:06:54 +0100 Subject: [PATCH] Update links in DESCRIPTION --- doc/DESCRIPTION.md | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index daf4f53..5865acf 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -8,7 +8,7 @@ Compared to other log aggregation systems, Loki: - has native support in Grafana (needs Grafana v6.0). A Loki-based logging stack consists of 3 components: - - [promtail](https://github.com/Yunohost-Apps/promtail_ynh) is the agent, responsible for gathering logs and sending them to Loki. - - [loki](https://github.com/Yunohost-Apps/loki_ynh) is the main server, responsible for storing logs and processing queries. + - Promtail (included in this package) is the agent, responsible for gathering logs and sending them to Loki. + - Loki is the main server, responsible for storing logs and processing queries. - [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs. diff --git a/manifest.json b/manifest.json index dd309b4..3bf0394 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Grafana Loki is a set of components that can be composed into a fully featured logging stack.", "fr": "Grafana Loki est un ensemble de composants qui peuvent être composés pour former une pile de journalisation complète." }, - "version": "2.7.1~ynh2, + "version": "2.7.1~ynh2", "url": "https://grafana.com/docs/loki/latest/", "upstream": { "license": "AGPL-3.0",