Skip to content

Version 0.3

Compare
Choose a tag to compare
@NTTechnicalUser NTTechnicalUser released this 07 Jun 12:42
8ec84bb

You can also find the corresponding documentation online under the following link: inspectIT Ocelot Documentation

Changelog

Implemented enhancements:

  • Support for runtime attachement by executing the agent as a JAR #221
  • Move inspectit-ocelot-configuration to separate repository #211
  • Allow spans to span over multiple method calls #205
  • Fetching configuration via HTTP #199
  • Add sampling configuration for tracing #194
  • Closes #199 - Fetching configuration via HTTP #218

Closed issues:

  • Introduce additional folder "components", which holds related projects #214
  • Setup new project for configuration server #195
  • Add the generation of a license overview to the gradle script #175
  • Replace cross-JVM context propagation sensors with void-actions #174
  • Add pre- and post- entry/exit phases to rules #173
  • Add void-actions which do not need to return a value #171
  • Make the InspectitContext and ObjectAttachments accessible as special variables #168
  • Context propagation for the Apache HTTP client #71
  • Enable tracing for entry points #69
  • Remote span context read for the Servlet API 3.x #68
  • Span context propagation for the java.net.URLConnection #67
  • Data provider for the HTTP client request executed with java.net.URLConnection #64

Merged pull requests:

  • Closes #64 - Added service graph and http metrics for HttpURLConnection #227
  • Closes #174 - Moved remote propagation sensors to configuration #225
  • Replaced AsciiDoc with Docusaurus #223
  • Closes #221 - Support for runtime attachement by executing the agent as a JAR #222
  • Closes #194 - Added trace sampling #219
  • Closes #214: Introduce additional folder "components", which holds related projects #217
  • Closes #173 - Added pre- and post- entry / exit actions #216
  • Updated outdated root readme #213
  • Closes #205 - Allowed spans to cover multiple method invocations #208
  • Closes #171 - Added void actions #207
  • Changed OCE logo to Ocelot in readme #206
  • Closes #195 - Setup new project for configuration server #203
  • Fixed wrong configuration binding for is-tag property due to invalid setter name #202
  • Closes #175 - Added build task to generate third party license notice. #200
  • Closes #168 - Made InspectitContext and ObjectAttachments accessible for actions #192