Package io.cryostat.agent.insights
Class InsightsAgentHelper
- java.lang.Object
-
- io.cryostat.agent.insights.InsightsAgentHelper
-
public class InsightsAgentHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description InsightsAgentHelper(org.eclipse.microprofile.config.Config config, Instrumentation instrumentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisInsightsEnabled(PluginInfo pluginInfo)voidrunInsightsAgent(PluginInfo pluginInfo)
-
-
-
Constructor Detail
-
InsightsAgentHelper
public InsightsAgentHelper(org.eclipse.microprofile.config.Config config, Instrumentation instrumentation)
-
-
Method Detail
-
isInsightsEnabled
public boolean isInsightsEnabled(PluginInfo pluginInfo)
-
runInsightsAgent
public void runInsightsAgent(PluginInfo pluginInfo)
-
-