address mr comments

Signed-off-by: Spencer Henry <shenry@qualtrics.com>
This commit is contained in:
Spencer Henry
2022-10-12 09:17:21 -06:00
parent f67f7e97e1
commit 383dc6e2fa
2 changed files with 11 additions and 20 deletions
+2 -4
View File
@@ -106,9 +106,7 @@ There are some custom metrics that have been added to Backstage will be output f
- `catalog_processing_duration_seconds`: Time spent executing the full processing flow
- `catalog_processors_duration_seconds`: Time spent executing catalog processors
- `catalog_processing_queue_delay_seconds`: The amount of delay between being scheduled for processing, and the start of actually being processed
- `scaffolder_task_success_count`: Tracks successful task runs.
- `scaffolder_task_error_count`: a count that track how many task runs error out
- `scaffolder_task_count`: Tracks successful task runs.
- `scaffolder_task_duration`: a histogram which tracks the duration of a task run
- `scaffolder_step_success_count`: a count that tracks each step run
- `scaffolder_step_error_count`: a count that tracks how many steps error out
- `scaffolder_step_count`: a count that tracks each step run
- `scaffolder_step_duration`: a histogram which tracks the duration of each step run