Merge branch 'develop' into stable
[akkoma] / docs / docs / administration / monitoring.md
index 65fbbb2491a4d4706bdc5282a540199280175e7e..9233fbe34f84e05848c290cd980f3159d3631e4a 100644 (file)
@@ -7,6 +7,8 @@ To facilitate this, akkoma exposes prometheus metrics to be scraped.
 
 ## Prometheus
 
+See: [export\_prometheus\_metrics](../../configuration/cheatsheet#instance)
+
 To scrape prometheus metrics, we need an oauth2 token with the `admin:metrics` scope.
 
 consider using [constanze](https://akkoma.dev/AkkomaGang/constanze) to make this easier -
@@ -28,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
+```