From 20a71149c2c46292acfd605685f789a609d3e3ad Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 22 Jul 2021 03:09:43 +0300 Subject: [PATCH] Update api.md --- pages/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api.md b/pages/api.md index 1ceb9bc8..047121d7 100644 --- a/pages/api.md +++ b/pages/api.md @@ -317,7 +317,7 @@ On `POST` it will interact with selected GPIO driver channel in `pulse` mode. Pa - `wait` Boolean. Says if call should return immediately or just after finishing operation. ## Get Prometheus metrics: `/api/export/prometheus/metrics` -On `GET` it will return the exported Prometheus metrics. +On `GET` it will return the exported Prometheus metrics. Also see [here](prometheus.md) for details. ``` $ curl -k -u admin:admin https:///api/export/prometheus/metrics