You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: inspectit-ocelot-core/src/main/java/rocks/inspectit/ocelot/core/instrumentation/context/InspectitContextImpl.java
* Returns the most recent value for data, which either was inherited form the parent context,
362
+
* set via {@link #setData(String, Object)} or changed due to an up-propagation.
363
+
*
371
364
* @param key the name of the data to query
372
-
* @return the most recent value for data, which either was inherited form the parent context, set via {@link #setData(String, Object)} or changed due to an up-propagation.
365
+
* @return the data element which is related to the given key or `null` if it doesn't exist
Copy file name to clipboardExpand all lines: inspectit-ocelot-core/src/main/java/rocks/inspectit/ocelot/core/instrumentation/hook/MethodHookGenerator.java
Copy file name to clipboardExpand all lines: inspectit-ocelot-core/src/main/java/rocks/inspectit/ocelot/core/instrumentation/hook/actions/MetricsRecorder.java
Copy file name to clipboardExpand all lines: inspectit-ocelot-core/src/main/java/rocks/inspectit/ocelot/core/instrumentation/hook/actions/model/MetricAccessor.java
Copy file name to clipboardExpand all lines: inspectit-ocelot-core/src/test/java/rocks/inspectit/ocelot/core/instrumentation/context/InspectitContextImplTest.java
Copy file name to clipboardExpand all lines: inspectit-ocelot-core/src/test/java/rocks/inspectit/ocelot/core/instrumentation/hook/MethodHookGeneratorTest.java
0 commit comments