From e7d9d346f4bc90d05bfe5ca6953de7cf1fc42c82 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 3 Oct 2023 10:37:32 +0200 Subject: [PATCH] chore: fixing changeset Signed-off-by: blam --- .changeset/breezy-dryers-thank.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/breezy-dryers-thank.md b/.changeset/breezy-dryers-thank.md index 317d2316b1..7a742db1bf 100644 --- a/.changeset/breezy-dryers-thank.md +++ b/.changeset/breezy-dryers-thank.md @@ -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.