Skip to content

Commit

Permalink
Replace agent metrics link with the new one (#66632) (#66743)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored May 15, 2020
1 parent 53683d8 commit 62bf51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/agentInfo.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def print() {

def resourcesUrl =
(
"https://infra-stats.elastic.co/app/visualize#/edit/8bd92360-1b92-11ea-b719-aba04518cc34" +
"https://infra-stats.elastic.co/app/kibana#/visualize/edit/8bd92360-1b92-11ea-b719-aba04518cc34" +
"?_g=(time:(from:'${startTime}',to:'${endTime}'))" +
"&_a=(query:'host.name:${env.NODE_NAME}')"
)
Expand Down

0 comments on commit 62bf51f

Please sign in to comment.