Files
backstage/.changeset/breezy-dryers-thank.md
T
blam e7d9d346f4 chore: fixing changeset
Signed-off-by: blam <ben@blam.sh>
2023-10-03 10:37:51 +02:00

396 B

@backstage/backend-tasks
@backstage/backend-tasks
patch

Instrument backend-tasks with some counters and histograms for duration.

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.