Uses of Class
org.sentrysoftware.metricshub.engine.connector.model.Connector
Packages that use Connector
Package
Description
-
Uses of Connector in org.sentrysoftware.metricshub.engine.common
Methods in org.sentrysoftware.metricshub.engine.common with parameters of type Connector -
Uses of Connector in org.sentrysoftware.metricshub.engine.connector.deserializer
Methods in org.sentrysoftware.metricshub.engine.connector.deserializer that return ConnectorModifier and TypeMethodDescriptionConnectorDeserializer.deserialize(com.fasterxml.jackson.core.TreeNode node) Deserializes the given YAML connector node.ConnectorDeserializer.deserialize(File src) Deserializes the given YAML connector file.ConnectorDeserializer.deserialize(InputStream input) Deserializes the given YAML connector input stream. -
Uses of Connector in org.sentrysoftware.metricshub.engine.connector.model
Methods in org.sentrysoftware.metricshub.engine.connector.model with parameters of type ConnectorMethod parameters in org.sentrysoftware.metricshub.engine.connector.model with type arguments of type Connector -
Uses of Connector in org.sentrysoftware.metricshub.engine.connector.parser
Methods in org.sentrysoftware.metricshub.engine.connector.parser that return ConnectorModifier and TypeMethodDescriptionParses the given connector file.ConnectorParser.parse(InputStream inputStream, URI connectorFolderUri, String fileName) Parse the given connector fileMethods in org.sentrysoftware.metricshub.engine.connector.parser that return types with arguments of type ConnectorModifier and TypeMethodDescriptionConnectorLibraryParser.parseConnectorsFromAllYamlFiles(Path yamlParentDirectory) Parses connectors from all YAML files in the given directory. -
Uses of Connector in org.sentrysoftware.metricshub.engine.connector.update
Methods in org.sentrysoftware.metricshub.engine.connector.update with parameters of type Connector -
Uses of Connector in org.sentrysoftware.metricshub.engine.strategy.detection
Methods in org.sentrysoftware.metricshub.engine.strategy.detection with parameters of type ConnectorModifier and TypeMethodDescriptionAbstractConnectorProcessor.runConnectorDetectionCriteria(Connector connector, String hostname) Run the detection using the criteria defined in the given connector.Method parameters in org.sentrysoftware.metricshub.engine.strategy.detection with type arguments of type ConnectorModifier and TypeMethodDescriptionAbstractConnectorProcessor.runAllConnectorsDetectionCriteria(@NonNull Stream<Connector> connectors, @NonNull HostConfiguration hostConfiguration) Run all detection criteria of theConnectoron theHostConfiguration -
Uses of Connector in org.sentrysoftware.metricshub.engine.strategy.pre
Constructors in org.sentrysoftware.metricshub.engine.strategy.pre with parameters of type ConnectorModifierConstructorDescriptionPreSourcesStrategy(@NonNull TelemetryManager telemetryManager, @NonNull Long strategyTime, @NonNull ClientsExecutor clientsExecutor, @NonNull Connector connector, @NonNull ExtensionManager extensionManager) Initializes a new instance ofPreSourcesStrategywith the necessary components for executing the strategy. -
Uses of Connector in org.sentrysoftware.metricshub.engine.telemetry
Methods in org.sentrysoftware.metricshub.engine.telemetry with parameters of type ConnectorModifier and TypeMethodDescriptionMetricFactory.collectMetricUsingConnector(Connector connector, Monitor monitor, long strategyTime, String metricName, String metricValue) This method collects a metric using the connector metricsvoidMetricFactory.collectMonitorMetrics(String monitorType, Connector connector, Monitor monitor, String connectorId, Map<String, String> metrics, long strategyTime, boolean isDiscovery) This method collects monitor metricsMetricFactory.getMetricDefinitionFromExtractedMetricName(Connector connector, Monitor monitor, String metricName) This method returns a metric definition based on the extracted metric name (metric name without attributes)