[arvados] updated: 2.7.0-5796-g9f6c2250f6

git repository hosting git at public.arvados.org
Tue Jan 9 22:04:59 UTC 2024


Summary of changes:
 .../config_examples/multi_host/aws/dashboards/arvados_overview.json     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  9f6c2250f6c817abdf5ab14a67c5798842070bf5 (commit)
      from  ce3c4f895c3de3ca6974b9ffeef8e78a3c29c521 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9f6c2250f6c817abdf5ab14a67c5798842070bf5
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Tue Jan 9 19:03:05 2024 -0300

    21285: Updates overview dashboard to include concurrent reqs queue names.
    
    At the moment we have 2 queues: "api" & "tunnel", I think this change will
    allow the dashboard to adapt to potential new queues (instead of hardcoding
    queue names in the query)
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json b/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json
index 774109b531..3b3fd83270 100644
--- a/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json
+++ b/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json
@@ -1052,7 +1052,7 @@
           },
           "expr": "arvados_concurrent_requests{}",
           "interval": "",
-          "legendFormat": "{{instance}}",
+          "legendFormat": "{{instance}}_{{queue}}",
           "refId": "A"
         }
       ],

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list