Uses of Interface
com.intergral.deep.agent.api.spi.Ordered
-
-
Uses of Ordered in com.intergral.deep.agent.api.auth
Classes in com.intergral.deep.agent.api.auth that implement Ordered Modifier and Type Class Description class
BasicAuthProvider
This is anIAuthProvider
that will attach basic authorization to the outbound requests. -
Uses of Ordered in com.intergral.deep.agent.api.logger
Classes in com.intergral.deep.agent.api.logger that implement Ordered Modifier and Type Class Description class
TracepointLogger
This is the default tracepoint logger that will log to the default Deep logger. -
Uses of Ordered in com.intergral.deep.agent.api.spi
Subinterfaces of Ordered in com.intergral.deep.agent.api.spi Modifier and Type Interface Description interface
ConditionalResourceProvider
A resource provider that is only applied if theConditionalResourceProvider.shouldApply(ISettings, Resource)
method returnstrue
.interface
IDeepPlugin
This type defines a plugin for Deep.interface
ResourceProvider
A service provider interface (SPI) for providing aResource
that is merged into the default resource. -
Uses of Ordered in com.intergral.deep.agent.resource
Classes in com.intergral.deep.agent.resource that implement Ordered Modifier and Type Class Description class
EnvironmentResourceProvider
This provider will read values from the environment to configure a resource.class
JavaResourceDetector
A resource provider that detects the hava version to add to the resource.Methods in com.intergral.deep.agent.resource with type parameters of type Ordered Modifier and Type Method Description static <T extends Ordered>
List<T>SpiUtil. loadOrdered(Class<T> spiClass, ClassLoader serviceClassLoader)
-
Uses of Ordered in com.intergral.deep.examples
Classes in com.intergral.deep.examples that implement Ordered Modifier and Type Class Description class
MyPlugin
This is an example plugin. -
Uses of Ordered in com.intergral.deep.plugin
Classes in com.intergral.deep.plugin that implement Ordered Modifier and Type Class Description class
JavaPlugin
This plugin captures the thread name of the thread the snapshot was cpatured on.class
OtelPlugin
This plugin provides a connection between Deep and Otel.class
PrometheusMetricsPlugin
This plugin provides the ability to post tracepoint generated metric to prometheus. -
Uses of Ordered in com.intergral.deep.plugin.cf
Classes in com.intergral.deep.plugin.cf that implement Ordered Modifier and Type Class Description class
CFPlugin
This plugin is activated when we are running on an adobe CF server.
-