summaryrefslogtreecommitdiff
path: root/docs/api/prometheus.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-10-05 10:42:29 +0200
committerlain <lain@soykaf.club>2019-10-05 10:42:29 +0200
commitd9aaea44ff02d6a07d3be0f0675830eb51ac85ef (patch)
treece715c85f98875dd0ddf133f95a071fd40b91335 /docs/api/prometheus.md
parent8e83c8423fa846e82103b20798f0cbde676354ff (diff)
parent9c47d8571c6c46503d9bb836aea933eda6e9e0a5 (diff)
downloadpleroma-d9aaea44ff02d6a07d3be0f0675830eb51ac85ef.tar.gz
pleroma-d9aaea44ff02d6a07d3be0f0675830eb51ac85ef.zip
Merge remote-tracking branch 'origin/develop' into reactions
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']
-```