chore: fixing changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-10-03 10:37:32 +02:00
parent bbbd853875
commit e7d9d346f4
+3 -3
View File
@@ -4,7 +4,7 @@
Instrument `backend-tasks` with some counters and histograms for duration.
`backend_task_runs_total`: Counter with the total number of times a task has been run.
`backend_task_run_duration`: Histogram with the run durations for each task.
`backend_tasks.task.runs.count`: Counter with the total number of times a task has been run.
`backend_tasks.task.runs.duration`: Histogram with the run durations for each task.
Both these metrics have come with `result` `taskId` and `scope` labels for finer grained grouping andd
Both these metrics have come with `result` `taskId` and `scope` labels for finer grained grouping.