Uses of Class
com.intergral.deep.agent.api.resource.Resource
-
-
Uses of Resource in com.intergral.deep.agent.api.plugin
Methods in com.intergral.deep.agent.api.plugin that return Resource Modifier and Type Method Description Resource
ISnapshotDecorator. decorate(ISettings settings, ISnapshotContext snapshot)
This method is called by Deep after a snapshot is created. -
Uses of Resource in com.intergral.deep.agent.api.resource
Fields in com.intergral.deep.agent.api.resource declared as Resource Modifier and Type Field Description static Resource
Resource. DEFAULT
Methods in com.intergral.deep.agent.api.resource that return Resource Modifier and Type Method Description static Resource
Resource. create(Map<String,Object> attributes)
Returns aResource
.static Resource
Resource. create(Map<String,Object> attributes, String schemaUrl)
Returns aResource
.Resource
Resource. merge(Resource other)
Methods in com.intergral.deep.agent.api.resource with parameters of type Resource Modifier and Type Method Description Resource
Resource. merge(Resource other)
-
Uses of Resource in com.intergral.deep.agent.api.settings
Methods in com.intergral.deep.agent.api.settings that return Resource Modifier and Type Method Description Resource
ISettings. getResource()
Returns the resource that describes this client. -
Uses of Resource in com.intergral.deep.agent.api.spi
Methods in com.intergral.deep.agent.api.spi that return Resource Modifier and Type Method Description Resource
ResourceProvider. createResource(ISettings settings)
Methods in com.intergral.deep.agent.api.spi with parameters of type Resource Modifier and Type Method Description boolean
ConditionalResourceProvider. shouldApply(ISettings settings, Resource existing)
If an implementation needs to apply only under certain conditions related to the config or the existing state of the Resource being built, they can choose to override this default. -
Uses of Resource in com.intergral.deep.agent.resource
Methods in com.intergral.deep.agent.resource that return Resource Modifier and Type Method Description static Resource
ResourceDetector. configureResource(Settings settings, List<IDeepPlugin> plugins)
Create and configure a resource for this agent.Resource
EnvironmentResourceProvider. createResource(ISettings settings)
Resource
JavaResourceDetector. createResource(ISettings settings)
-
Uses of Resource in com.intergral.deep.agent.settings
Methods in com.intergral.deep.agent.settings that return Resource Modifier and Type Method Description Resource
Settings. getResource()
Methods in com.intergral.deep.agent.settings with parameters of type Resource Modifier and Type Method Description void
Settings. setResource(Resource resource)
Get the resource value for this agent. -
Uses of Resource in com.intergral.deep.agent.tracepoint.handler
Methods in com.intergral.deep.agent.tracepoint.handler that return Resource Modifier and Type Method Description protected Resource
FrameCollector. processAttributes(TracePointConfig tracepoint)
Using the current tracepoint config, create aResource
the can be used as the attributes. -
Uses of Resource in com.intergral.deep.agent.types.snapshot
Methods in com.intergral.deep.agent.types.snapshot that return Resource Modifier and Type Method Description Resource
EventSnapshot. getAttributes()
Resource
EventSnapshot. getResource()
Methods in com.intergral.deep.agent.types.snapshot with parameters of type Resource Modifier and Type Method Description void
EventSnapshot. mergeAttributes(Resource attributes)
Merge additional attributes into this snapshot.Constructors in com.intergral.deep.agent.types.snapshot with parameters of type Resource Constructor Description EventSnapshot(TracePointConfig tracepoint, long nanoTs, Resource resource, Collection<StackFrame> frames, Map<String,Variable> variables)
Create a new EventSnapshot. -
Uses of Resource in com.intergral.deep.examples
Methods in com.intergral.deep.examples that return Resource Modifier and Type Method Description Resource
MyPlugin. decorate(ISettings settings, ISnapshotContext snapshot)
-
Uses of Resource in com.intergral.deep.plugin
Methods in com.intergral.deep.plugin that return Resource Modifier and Type Method Description Resource
JavaPlugin. decorate(ISettings settings, ISnapshotContext snapshot)
Resource
OtelPlugin. decorate(ISettings settings, ISnapshotContext snapshot)
-
Uses of Resource in com.intergral.deep.plugin.cf
Methods in com.intergral.deep.plugin.cf that return Resource Modifier and Type Method Description Resource
CFPlugin. decorate(ISettings settings, ISnapshotContext context)
-