X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fdocs%2Fadministration%2Fmonitoring.md;h=9233fbe34f84e05848c290cd980f3159d3631e4a;hb=refs%2Fheads%2Fstable;hp=65fbbb2491a4d4706bdc5282a540199280175e7e;hpb=d1a0d93bf75050fcdb370ec19338501ade474689;p=akkoma diff --git a/docs/docs/administration/monitoring.md b/docs/docs/administration/monitoring.md index 65fbbb249..9233fbe34 100644 --- a/docs/docs/administration/monitoring.md +++ b/docs/docs/administration/monitoring.md @@ -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 +```