File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,17 @@ Flagsmith uses Prometheus to track performance metrics.
6666
6767The 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
You can’t perform that action at this time.
0 commit comments