From 40a9d5ec5833d7e9397ff0d5edfd0011c0e6cbae Mon Sep 17 00:00:00 2001 From: BlaiseMuhirwa Date: Sat, 12 Oct 2024 15:43:15 -0500 Subject: [PATCH] name prometheus container --- bin/memory-profiling/run-prometheus-grafana.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/memory-profiling/run-prometheus-grafana.sh b/bin/memory-profiling/run-prometheus-grafana.sh index 67a0d4d..061d0f9 100644 --- a/bin/memory-profiling/run-prometheus-grafana.sh +++ b/bin/memory-profiling/run-prometheus-grafana.sh @@ -30,6 +30,7 @@ docker run \ -d \ -p 9090:9090 \ -v ${PROMETHEUS_CONFIG_FILE}:/etc/prometheus/prometheus.yml \ + --name=prometheus \ prom/prometheus # Start Grafana