Uses of Class
com.intergral.deep.agent.settings.Settings
-
-
Uses of Settings in com.intergral.deep.agent
Constructors in com.intergral.deep.agent with parameters of type Settings Constructor Description DeepAgent(Settings settings, TracepointInstrumentationService tracepointInstrumentationService)
Create a new deep agent. -
Uses of Settings in com.intergral.deep.agent.grpc
Constructors in com.intergral.deep.agent.grpc with parameters of type Settings Constructor Description GrpcService(Settings settings)
-
Uses of Settings in com.intergral.deep.agent.logging
Methods in com.intergral.deep.agent.logging with parameters of type Settings Modifier and Type Method Description static void
Logger. configureLogging(Settings settings)
Create and configure the java.util.logger for use with deep. -
Uses of Settings in com.intergral.deep.agent.poll
Constructors in com.intergral.deep.agent.poll with parameters of type Settings Constructor Description LongPollService(Settings settings, GrpcService grpcService)
Create a new service. -
Uses of Settings in com.intergral.deep.agent.resource
Methods in com.intergral.deep.agent.resource with parameters of type Settings Modifier and Type Method Description static Resource
ResourceDetector. configureResource(Settings settings, List<IDeepPlugin> plugins)
Create and configure a resource for this agent. -
Uses of Settings in com.intergral.deep.agent.settings
Methods in com.intergral.deep.agent.settings that return Settings Modifier and Type Method Description static Settings
Settings. build(Map<String,String> agentArgs)
Build a new settings service from the input arguments from the agent. -
Uses of Settings in com.intergral.deep.agent.tracepoint.cf
Constructors in com.intergral.deep.agent.tracepoint.cf with parameters of type Settings Constructor Description CFFrameProcessor(Settings settings, IEvaluator evaluator, Map<String,Object> variables, Collection<TracePointConfig> tracePointConfigs, long[] lineStart, StackTraceElement[] stack, String methodName)
-
Uses of Settings in com.intergral.deep.agent.tracepoint.handler
Fields in com.intergral.deep.agent.tracepoint.handler declared as Settings Modifier and Type Field Description protected Settings
FrameCollector. settings
The current settings use my deep.Methods in com.intergral.deep.agent.tracepoint.handler with parameters of type Settings Modifier and Type Method Description static void
Callback. init(Settings settings, TracepointConfigService tracepointConfigService, PushService pushService)
Initialise the callback with the deep services.FrameProcessor
FrameProcessor.IFactory. provide(Settings settings, IEvaluator evaluator, Map<String,Object> variables, Collection<TracePointConfig> tracePointConfigs, long[] lineStart, StackTraceElement[] stack, String methodName)
Create a new processor.Constructors in com.intergral.deep.agent.tracepoint.handler with parameters of type Settings Constructor Description FrameCollector(Settings settings, IEvaluator evaluator, Map<String,Object> variables, StackTraceElement[] stack, String methodName)
Create a frame collector to collect the frame data.FrameProcessor(Settings settings, IEvaluator evaluator, Map<String,Object> variables, Collection<TracePointConfig> tracePointConfigs, long[] lineStart, StackTraceElement[] stack, String methodName)
Create a new processor for this Callback. -
Uses of Settings in com.intergral.deep.agent.tracepoint.inst
Methods in com.intergral.deep.agent.tracepoint.inst with parameters of type Settings Modifier and Type Method Description static TracepointInstrumentationService
TracepointInstrumentationService. init(Instrumentation inst, Settings settings)
Initialise the tracepoint service with the deep services.Constructors in com.intergral.deep.agent.tracepoint.inst with parameters of type Settings Constructor Description TracepointInstrumentationService(Instrumentation inst, Settings settings)
Create a new service.
-