You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/05/05 18:01:25 UTC

[GitHub] [beam] Ardagan edited a comment on pull request #11555: [BEAM-8134] Grafana dashboards for Load Tests and IO IT Performance Tests

Ardagan edited a comment on pull request #11555:
URL: https://github.com/apache/beam/pull/11555#issuecomment-624213555


   > @aaltay
   > 
   > > It would be great if we can make data-points clickable with links to relevant job
   > 
   > Grafana has a feature called Data links [1] that could be use here. But the biggest challenge is to get Jenkins job id for specific data point. When Python or Java test sends their metrics to InfluxDB/BigQuery, they have no knowledge of Jenkins job that executes them.
   > 
   > Without a rework of sending metrics, this functionality will be difficult to implement.
   > 
   > @Ardagan Any thoughs?
   > 
   > [1] https://grafana.com/docs/grafana/latest/reference/datalinks/
   
   I believe we can get jenkins job ID via [env.JOB_NAME](https://stackoverflow.com/questions/8309383/how-to-get-the-jobname-from-jenkins), but this will required update test metric report logic and DB update IIUC. We can add jira to do this improvement in separate PR.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org