File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,6 @@ make install-poetry # Install Poetry
2424make install-packages # Install project dependencies
2525```
2626
27- By default, Poetry version 2.0.1 will be installed. You can specify a different version:
28-
29- ``` bash
30- make install-poetry POETRY_VERSION=2.1.0
31- ```
32-
3327#### Development
3428
3529Run linting checks using pre-commit:
@@ -67,8 +61,8 @@ Flagsmith uses Prometheus to track performance metrics.
6761The following default metrics are exposed:
6862
6963- ` flagsmith_build_info ` : Has the labels ` version ` and ` ci_commit_sha ` .
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 ` .
64+ - ` http_server_request_duration_seconds ` : Histogram labeled with ` method ` , ` route ` , and ` response_status ` .
65+ - ` http_server_requests_total ` : Counter labeled with ` method ` , ` route ` , and ` response_status ` .
7266
7367##### Guidelines
7468
You can’t perform that action at this time.
0 commit comments