diff --git a/constraints-docker.txt b/constraints-docker.txt index 0849f89c1..f729cf406 100644 --- a/constraints-docker.txt +++ b/constraints-docker.txt @@ -1 +1,2 @@ datacube==1.8.6 +eodatasets3==0.22.2 diff --git a/cubedash/_model.py b/cubedash/_model.py index 012830945..73e2887f9 100644 --- a/cubedash/_model.py +++ b/cubedash/_model.py @@ -292,7 +292,7 @@ def enable_prometheus(): GunicornInternalPrometheusMetrics, ) - metrics = GunicornInternalPrometheusMetrics(app) + metrics = GunicornInternalPrometheusMetrics(app, group_by="endpoint") _LOG.info(f"Prometheus metrics enabled : {metrics}")