From 584f99b69dff93b4610c7e1042a9db5e89b1a31b Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Fri, 16 Dec 2022 13:24:18 +0000 Subject: [PATCH] fix markdown link --- docs/docs/administration/monitoring.md | 4 ++-- test/instance_static/emoji/dump_pack/pack.json | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 test/instance_static/emoji/dump_pack/pack.json diff --git a/docs/docs/administration/monitoring.md b/docs/docs/administration/monitoring.md index fceb8c3a4..9233fbe34 100644 --- a/docs/docs/administration/monitoring.md +++ b/docs/docs/administration/monitoring.md @@ -7,7 +7,7 @@ To facilitate this, akkoma exposes prometheus metrics to be scraped. ## Prometheus -See: [export_prometheus_metrics](../configuration/cheatsheet#instance) +See: [export\_prometheus\_metrics](../../configuration/cheatsheet#instance) To scrape prometheus metrics, we need an oauth2 token with the `admin:metrics` scope. @@ -30,4 +30,4 @@ Once you have your token of the form `Bearer $ACCESS_TOKEN`, you can use that in static_configs: - targets: - example.com -``` \ No newline at end of file +``` diff --git a/test/instance_static/emoji/dump_pack/pack.json b/test/instance_static/emoji/dump_pack/pack.json new file mode 100644 index 000000000..3ca753be0 --- /dev/null +++ b/test/instance_static/emoji/dump_pack/pack.json @@ -0,0 +1,6 @@ +{ +"files": { }, +"pack": { +"description": "Dump pack", "homepage": "https://pleroma.social", +"license": "Test license", "share-files": true +}}