Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The final stable version of the inspectIT 1.7 line is version 1.7.11.94 release on 19th May 2017. User documentation space for this version is Documentation 1.87.

Features overview 

Most important features of 1.7 line are:

...

Third party tools versions

...

  • Status
    colourYellow
    title1.7.5
     From this version inspectIT provides option to force creation of the MBean server. Thus, if you are monitoring the JMX attributes using inspectIT make sure that MBean server is created or forced by inspectIT. If the server is not created the monitoring of the attributes will not be possible, as simply inspectIT does not have where to read the data. 
  • Status
    colourYellow
    title1.7.9
     From version 1.7.9 inspectIT is compatible with influxDB version 1.2. You can freely update the version of influxDB in order to get latest features and bug fixes. inspectIT does not provide any guarantee that it's backward compatible with older influxDB versions.
  • Status
    colourYellow
    title1.7.10
     From version 1.7.10 dynamic instrumentation has been disabled by default on the IBM JVM due to the possible problems with re-transformation of classes. In addition after using class re-transformation on the IBM JVM, the JIT compilation is completely suspended by the JVM. Thus, it's advised not to use re-transformation with the IBM JVM. However, Environment configuration allows overriding of the default settings if needed. 
  • Status
    colourYellow
    title1.7.11
     Instrumentation configurations that have been exported with previous version of inspectIT will not work with the newest version. There is a need for a small manual adaptation:
    1. Open your exported .xml file
    2. Locate the schemaVersion attribute in one of the exported environments or profiles
    3. If attribute exists add the located attribute and it's value to the root XML element configuration-interface-import-data

      <configuration-interface-import-data schemaVersion="4">


  • Status
    colourYellow
    title1.7.11
     The key of the inspectIT tag header used in the load testing changed to inspectit_tag, thus update to load tests is necessary if you used tagging option. Note that this change enables tag propagation to all the JVMs that interact in the request coming from the load testing tool (based on new tracing support).

...