Configure z/IRIS JDBC instrumentation with Instana APM
Created , Updated
For more information about activating JDBC instrumentation with Instana APM, click here.
The following Java system properties can be configured to customize the instrumentation of JDBC requests when JDBC instrumentation is active with Instana.
Property name
Values
Default
Description
mainstorconcept.ziris.enable
true, false
false
Precondition to enable IronTap integration. Value must be true to enable integration with z/IRIS IronTap.
mainstorconcept.ziris.field
ApplicationName
ClientHostname
ClientHostname
Name of the JDBC client information property that can be used to hold Instana call.traceId call.spanId values
ApplicationName This value is stored in Db2 special register CURRENT CLIENT_APPLNAME
ClientHostname This value is stored in Db2 special register CURRENT CLIENT_WRKSTNNAME
mainstorconcept.ziris.delimiter
<character>
|
ascii pipe character
Character to separate Instana call.traceId from call.spanId (any ASCII character except a-f, A-F or 0-9).
mainstorconcept.ziris.mode
append
override
'append' concatenates the existing value in the selected JDBC client information property and the Instana call.traceId data
'override' replaces the existing value in the selected JDBC client information property with the Instana call.traceId data