aboutsummaryrefslogtreecommitdiff
path: root/docs/API/prometheus.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/API/prometheus.md')
-rw-r--r--docs/API/prometheus.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/API/prometheus.md b/docs/API/prometheus.md
deleted file mode 100644
index 19c564e3c..000000000
--- a/docs/API/prometheus.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# Prometheus Metrics
-
-Pleroma includes support for exporting metrics via the [prometheus_ex](https://github.com/deadtrickster/prometheus.ex) library.
-
-## `/api/pleroma/app_metrics`
-### Exports Prometheus application metrics
-* Method: `GET`
-* Authentication: not required
-* Params: none
-* Response: JSON
-
-## Grafana
-### Config example
-The following is a config example to use with [Grafana](https://grafana.com)
-
-```
- - job_name: 'beam'
- metrics_path: /api/pleroma/app_metrics
- scheme: https
- static_configs:
- - targets: ['pleroma.soykaf.com']
-```