Skip to content

Commit

Permalink
Drop all kepler metrics that are gathered based on estimations
Browse files Browse the repository at this point in the history
  • Loading branch information
yadneshk committed Dec 6, 2024
1 parent c7cc7ed commit f38db94
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"command": "-v 2",
"recreate": true,
"environment": {
"ENABLE_GPU": "true",
"EXPOSE_CONTAINER_METRICS": "true",
"ENABLE_PROCESS_METRICS": "true",
"EXPOSE_ESTIMATED_IDLE_POWER_METRICS": "true",
"EXPOSE_VM_METRICS": "true",
"EXPOSE_ESTIMATED_IDLE_POWER_METRICS": "false",
"LIBVIRT_METADATA_URI": "http://openstack.org/xmlns/libvirt/nova/1.1"
},
{% if edpm_telemetry_power_monitoring_healthcheck %}
Expand All @@ -20,8 +20,9 @@
{% endif %}
"volumes": [
"/lib/modules:/lib/modules:ro",
"/run/libvirt:/run/libvirt:shared,ro",
"/usr/src:/usr/src",
"/sys/:/sys/",
"/proc:/proc"
"/proc:/proc",
"/run/libvirt/libvirt-sock:/run/libvirt/libvirt-sock:shared,ro"
]
}

0 comments on commit f38db94

Please sign in to comment.