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 classBasicAuthProviderThis is anIAuthProviderthat 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 classTracepointLoggerThis 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 interfaceConditionalResourceProviderA resource provider that is only applied if theConditionalResourceProvider.shouldApply(ISettings, Resource)method returnstrue.interfaceIDeepPluginThis type defines a plugin for Deep.interfaceResourceProviderA service provider interface (SPI) for providing aResourcethat 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 classEnvironmentResourceProviderThis provider will read values from the environment to configure a resource.classJavaResourceDetectorA 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 classMyPluginThis 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 classJavaPluginThis plugin captures the thread name of the thread the snapshot was cpatured on.classOtelPluginThis plugin provides a connection between Deep and Otel.classPrometheusMetricsPluginThis 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 classCFPluginThis plugin is activated when we are running on an adobe CF server.
-