try to enable akko's prometheus endpoint again
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
b92e572c94
commit
0a0a511676
|
@ -13,6 +13,7 @@ in {
|
|||
};
|
||||
":prometheus"."Pleroma.Web.Endpoint.MetricsExporter" = {
|
||||
enabled = true;
|
||||
auth = false;
|
||||
format = mkRaw ":text";
|
||||
path = "/api/pleroma/app_metrics";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue