Skip to content
Snippets Groups Projects
Commit 8148f855 authored by garciadeblas's avatar garciadeblas
Browse files

Fix bug 2337: Grafana dashboards do not work when NG-SA is enabled


Change-Id: If46838f618dd83e2456a18d4426329b848907c17
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 9f6a56e1
No related branches found
Tags v15.0.1
No related merge requests found
......@@ -28,7 +28,7 @@ data:
- name: osm_metric_rules
rules:
- record: vm_status_extended
expr: (last_over_time(vm_status[1m]) * on (vm_id, vim_id) group_left(ns_id, vnf_id, vdu_id, project_id, job, vdu_name, vnf_member_index) last_over_time(ns_topology[1m])) or (last_over_time(ns_topology[1m]) * -1)
expr: (last_over_time(vm_status[1m]) * on (vm_id, vim_id) group_left(ns_id, vnf_id, vdu_id, project_id, job, vdu_name, ns_name, vnf_member_index) last_over_time(ns_topology[1m])) or (last_over_time(ns_topology[1m]) * -1)
labels:
job: osm_prometheus
- record: vnf_status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment