Skip to content

Commit

Permalink
Scrape worker custom metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
RMcVelia committed Jul 10, 2024
1 parent 3452929 commit 5888adb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions terraform/aks/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ module "worker_application" {
max_memory = var.sidekiq_memory_max
replicas = var.sidekiq_replicas
enable_logit = var.enable_logit

enable_prometheus_monitoring = var.enable_prometheus_monitoring
}
3 changes: 2 additions & 1 deletion terraform/aks/config/review.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"sidekiq_replicas" : 1,
"sidekiq_memory_max" : "1Gi",
"create_dsi_ingress": true,
"enable_logit": true
"enable_logit": true,
"enable_prometheus_monitoring": true
}

0 comments on commit 5888adb

Please sign in to comment.