Filippo Giunchedi has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/209462

Change subject: gdash: fix deploy addon urls
......................................................................

gdash: fix deploy addon urls

include target= querystring argument to properly display deploy metrics

Bug: T64667
Change-Id: I98b4660fa0a35139b00d7d2fa2f617b0770937dd
---
M templates/gdash/deploy_addon.erb
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/62/209462/1

diff --git a/templates/gdash/deploy_addon.erb b/templates/gdash/deploy_addon.erb
index f9499b1..04ee2da 100644
--- a/templates/gdash/deploy_addon.erb
+++ b/templates/gdash/deploy_addon.erb
@@ -6,13 +6,13 @@
   [
 
     # sync-file
-    
'alias(color(dashed(drawAsInfinite(deploy.sync-file.count)),"gold"),"sync-file")',
+    
'target=alias(color(dashed(drawAsInfinite(deploy.sync-file.count)),"gold"),"sync-file")',
 
     # sync-dir
-    
'alias(color(lineWidth(drawAsInfinite(deploy.sync-dir.count),2),"gold"),"sync-dir")',
+    
'target=alias(color(lineWidth(drawAsInfinite(deploy.sync-dir.count),2),"gold"),"sync-dir")',
 
     # scap
-    'alias(color(lineWidth(drawAsInfinite(deploy.scap.count),2),"black"),"scap 
deploy")',
+    
'target=alias(color(lineWidth(drawAsInfinite(deploy.scap.count),2),"black"),"scap
 deploy")',
 
   ].join('&')
 -%>

-- 
To view, visit https://gerrit.wikimedia.org/r/209462
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I98b4660fa0a35139b00d7d2fa2f617b0770937dd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to