cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Jenkins Performance Signature Issues

jeffery_yarbrou
Dynatrace Organizer
Dynatrace Organizer

I have the performance signature working. However, once I added one graph for response time, now the edit button does not work. Basically not allowing me to add any additional graphs or even editing the graph on the PerSig page in Jenkins.


1 REPLY 1

raphael_pionke
Participant

Hi Jeffery,

basically you can add more graphs by adding timeseriesIds to the specfile or by adding entries to the metrics parameter of the report pipeline step:

perfSigDynatraceReports envId: 'Dynatrace Demo Environment', metrics: [[metricId: 'ruxit.python.elasticsearch:active_primary_shards'], [metricId: 'ruxit.python.mysql:connection_errors_max_connections']], nonFunctionalFailure: 2

Do you get any JavaScript errors while using the Performance Signature project page in the developer console (pressing F12 in your browser)?

Regards,

Raphael


Featured Posts