Altinn / altinn-platform

Altinn Platform infrastructure
7 stars 1 forks source link

Add annotations in grafana for each deployment #1083

Closed sduranc closed 2 weeks ago

sduranc commented 2 weeks ago
sduranc commented 2 weeks ago

For 1. we're relying on the notifications controller from Flux, as initial solution

sduranc commented 2 weeks ago

Labels will be initially these:

      "eventMetadata" = {
        "env" = "${var.environment}"
        "cluster" = "${azurerm_kubernetes_cluster.aks.name}"
        "app" = "${var.app}"
      }