Skip to content

Commit

Permalink
feat: add Grafana dashboards and alerts to monitor Thanos
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Feb 9, 2024
1 parent 6226a9e commit d370b77
Show file tree
Hide file tree
Showing 16 changed files with 17,095 additions and 5 deletions.
4 changes: 3 additions & 1 deletion aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ module "thanos" {
target_revision = var.target_revision
cluster_issuer = var.cluster_issuer
deep_merge_append_list = var.deep_merge_append_list
enable_service_monitor = var.enable_service_monitor
app_autosync = var.app_autosync
dependency_ids = var.dependency_ids

thanos = var.thanos
thanos = var.thanos
enable_monitoring_dashboard = var.enable_monitoring_dashboard

helm_values = concat(local.helm_values, var.helm_values)
}
Loading

0 comments on commit d370b77

Please sign in to comment.