Package nl.talsmasoftware.context.timing
Package containing an api for obtaining timing information about propagated contexts.
ContextTimer
Interface to be implemented and registered as SPI to receive updates about propagated contexts.
An example on how to use this can be found in the context-propagation-metrics library
that uses this functionality to update Dropwizard metrics' Timer instances.
-
Interface Summary Interface Description ContextTimer Minimal Service Provider Interface for services that wish to get informed of context switching metrics.