forked from AkkomaGang/akkoma
fix markdown link
This commit is contained in:
parent
372eea4e7c
commit
584f99b69d
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
6
test/instance_static/emoji/dump_pack/pack.json
Normal file
6
test/instance_static/emoji/dump_pack/pack.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"files": { },
|
||||
"pack": {
|
||||
"description": "Dump pack", "homepage": "https://pleroma.social",
|
||||
"license": "Test license", "share-files": true
|
||||
}}
|
Loading…
Reference in a new issue