From 60a67d7b0aef041e6cdd046ecdef0f8c71ca14cc Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 19 Jan 2024 10:29:33 +0100 Subject: [PATCH] Fix proxy debug env name --- services/proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/proxy/README.md b/services/proxy/README.md index 0fb83d9ae0..d34424fbd9 100644 --- a/services/proxy/README.md +++ b/services/proxy/README.md @@ -182,7 +182,7 @@ The following metrics are exposed by the proxy service: | `ocis_proxy_build_info{version}` | A metric with a constant `1` value labeled by version, exposing the version of the ocis proxy service. | `version`: Build version of the proxy | ### Prometheus Configuration -The following is an example prometheus configuration for the single process mode. It assumes that the proxy service is configured to bind on all interfaces `PROXY_HTTP_ADDR=0.0.0.0:9205` and that the proxy is available via the `ocis` service name (typically in docker-compose). The prometheus service detects the `/metrics` endpoint automatically and scrapes it every 15 seconds. +The following is an example prometheus configuration for the single process mode. It assumes that the proxy debug address is configured to bind on all interfaces `PROXY_DEBUG_ADDR=0.0.0.0:9205` and that the proxy is available via the `ocis` service name (typically in docker-compose). The prometheus service detects the `/metrics` endpoint automatically and scrapes it every 15 seconds. ```yaml global: