Skip to content

Commit 8b46127

Browse files
committed
update docs
1 parent cf22b5f commit 8b46127

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,17 @@ Flagsmith uses Prometheus to track performance metrics.
6666

6767
The following default metrics are exposed:
6868

69+
##### Common metrics
70+
6971
- `flagsmith_build_info`: Has the labels `version` and `ci_commit_sha`.
7072
- `http_server_request_duration_seconds`: Histogram labeled with `route`, `path`, and `response_status`.
7173
- `http_server_requests_total`: Counter labeled with `route`, `path`, and `response_status`.
74+
- `task_processor_enqueued_tasks_total`: Counter labeled with `task_identifier`.
75+
76+
##### Task Processor metrics
77+
78+
- `task_processor_finished_tasks_total`: Counter labeled with `task_identifier` and `result` (`"success"`, `"failure"`).
79+
- `task_processor_task_duration_seconds`: Histogram labeled with `task_identifier` and `result` (`"success"`, `"failure"`).
7280

7381
##### Guidelines
7482

0 commit comments

Comments
 (0)