Add prometheus and grafana configuration on aether
Change-Id: Ib26de3199ab4f6bf618d3bb511b70245db24430b
diff --git a/deployment-configs/aether/apps/common-cord-platform.yaml b/deployment-configs/aether/apps/common-cord-platform.yaml
index 9602e21..0d3a23f 100644
--- a/deployment-configs/aether/apps/common-cord-platform.yaml
+++ b/deployment-configs/aether/apps/common-cord-platform.yaml
@@ -53,6 +53,19 @@
static_configs:
- targets:
- cord-platform-kpi-exporter:8080
+ - job_name: 'mme-exporter-production'
+ metrics_path: /metrics
+ scrape_interval: 15s
+ static_configs:
+ - targets:
+ - mme.omec.svc.product.central:3081
+ - job_name: 'mme-exporter-azure'
+ metrics_path: /metrics
+ scrape_interval: 15s
+ static_configs:
+ - targets:
+ - mme.omec.svc.azure.central:3081
+
grafana:
fullnameOverride: "cord-platform-grafana"
@@ -70,3 +83,5 @@
aetherEdges: false
aetherCentralPods: false
aetherEdgePods: true
+ aetherMMEExporter: true
+