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 ResourceISnapshotDecorator. 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 ResourceResource. DEFAULTMethods in com.intergral.deep.agent.api.resource that return Resource Modifier and Type Method Description static ResourceResource. create(Map<String,Object> attributes)Returns aResource.static ResourceResource. create(Map<String,Object> attributes, String schemaUrl)Returns aResource.ResourceResource. merge(Resource other)Methods in com.intergral.deep.agent.api.resource with parameters of type Resource Modifier and Type Method Description ResourceResource. 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 ResourceISettings. 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 ResourceResourceProvider. createResource(ISettings settings)Methods in com.intergral.deep.agent.api.spi with parameters of type Resource Modifier and Type Method Description booleanConditionalResourceProvider. 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 ResourceResourceDetector. configureResource(Settings settings, List<IDeepPlugin> plugins)Create and configure a resource for this agent.ResourceEnvironmentResourceProvider. createResource(ISettings settings)ResourceJavaResourceDetector. 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 ResourceSettings. getResource()Methods in com.intergral.deep.agent.settings with parameters of type Resource Modifier and Type Method Description voidSettings. 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 ResourceFrameCollector. processAttributes(TracePointConfig tracepoint)Using the current tracepoint config, create aResourcethe 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 ResourceEventSnapshot. getAttributes()ResourceEventSnapshot. getResource()Methods in com.intergral.deep.agent.types.snapshot with parameters of type Resource Modifier and Type Method Description voidEventSnapshot. 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 ResourceMyPlugin. 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 ResourceJavaPlugin. decorate(ISettings settings, ISnapshotContext snapshot)ResourceOtelPlugin. 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 ResourceCFPlugin. decorate(ISettings settings, ISnapshotContext context)
-