Skip to content

Commit

Permalink
feat: added more metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhrubajyoti Sadhu committed Sep 3, 2024
1 parent 9d8907f commit 5d26b43
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ variable "beekeeper_scheduler_apiary_metrics" {
description = "Beekeeper metrics to be sent to Datadog."
type = list(string)
default = [
"path_cleanup_job_seconds_sum*"
"paths_scheduled_seconds_count*"
]
}

Expand All @@ -603,3 +603,11 @@ variable "beekeeper_path_cleanup_metrics" {
"path_cleanup_job_seconds_sum*"
]
}

variable "beekeeper_perf_scheduler_apiary_metrics" {
description = "Beekeeper metrics to be sent to Datadog."
type = list(string)
default = [
"metadata_scheduled_seconds_count*"
]
}

0 comments on commit 5d26b43

Please sign in to comment.