try to enable akko's prometheus endpoint again

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2023-01-07 00:46:06 -05:00
parent b92e572c94
commit 0a0a511676
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ in {
};
":prometheus"."Pleroma.Web.Endpoint.MetricsExporter" = {
enabled = true;
auth = false;
format = mkRaw ":text";
path = "/api/pleroma/app_metrics";
};