Skip to content

Commit e5050d5

Browse files
authored
docs: Correct metric tags in README.md (#21)
1 parent 85aca5a commit e5050d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Flagsmith uses Prometheus to track performance metrics.
6767
The following default metrics are exposed:
6868

6969
- `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`.
70+
- `http_server_request_duration_seconds`: Histogram labeled with `route`, `path`, and `response_status`.
71+
- `http_server_requests_total`: Counter labeled with `route`, `path`, and `response_status`.
7272

7373
##### Guidelines
7474

0 commit comments

Comments
 (0)