URL template of the trace visualization to view the Jenkins pipeline execution.
Example: https://example.com/trace/${traceId}?span=${spanId}
The template uses the Groovy GString Template Engine .
Available parameters are:
Parameter name | Parameter type | Comments |
---|---|---|
traceId |
String |
|
spanId |
String |
|
startTime |
java.time.Instant |
|
serviceNamespace |
String |
Resource attribute service.namespace |
serviceName |
String |
Resource attribute service.name |
rootSpanName |
String |
Name of the root span |