From 1b601ad105595efe36c2ee25c3368b7a2e3b641f Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Wed, 26 Mar 2025 11:30:31 +0000 Subject: [PATCH] docs: Correct metric tags in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d18ebf2..b3406cd 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ Flagsmith uses Prometheus to track performance metrics. The following default metrics are exposed: - `flagsmith_build_info`: Has the labels `version` and `ci_commit_sha`. -- `http_server_request_duration_seconds`: Histogram labeled with `method`, `path`, and `response_status`. -- `http_server_requests_total`: Counter labeled with `method`, `path`, and `response_status`. +- `http_server_request_duration_seconds`: Histogram labeled with `route`, `path`, and `response_status`. +- `http_server_requests_total`: Counter labeled with `route`, `path`, and `response_status`. ##### Guidelines