We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85aca5a commit e5050d5Copy full SHA for e5050d5
README.md
@@ -67,8 +67,8 @@ Flagsmith uses Prometheus to track performance metrics.
67
The following default metrics are exposed:
68
69
- `flagsmith_build_info`: Has the labels `version` and `ci_commit_sha`.
70
-- `http_server_request_duration_seconds`: Histogram labeled with `method`, `path`, and `response_status`.
71
-- `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`.
72
73
##### Guidelines
74
0 commit comments