RTI Connext Java API Version 7.2.0
MonitoringTelemetryData Class Reference

Configures the telemetry data that will be distributed. More...

Inherits Struct.

Public Member Functions

 MonitoringTelemetryData ()
 Constructor. More...
 
 MonitoringTelemetryData (MonitoringTelemetryData src)
 Copy constructor. More...
 

Public Attributes

MonitoringMetricSelectionSeq metrics
 Sequence of com.rti.dds.infrastructure.MonitoringMetricSelection containing the event and periodic metrics that will be collected and distributed for a given set of observable resources. More...
 
MonitoringLoggingForwardingSettings logs
 com.rti.dds.infrastructure.MonitoringLoggingForwardingSettings containing the com.rti.ndds.config.SyslogVerbosity levels that will be forwarded for the different com.rti.ndds.config.LogFacility. More...
 

Detailed Description

Configures the telemetry data that will be distributed.

Constructor & Destructor Documentation

◆ MonitoringTelemetryData() [1/2]

Constructor.

◆ MonitoringTelemetryData() [2/2]

Copy constructor.

Parameters
src<<in>> Source object.

References MonitoringTelemetryData.logs, and MonitoringTelemetryData.metrics.

Member Data Documentation

◆ metrics

Sequence of com.rti.dds.infrastructure.MonitoringMetricSelection containing the event and periodic metrics that will be collected and distributed for a given set of observable resources.

[Not supported.]

The different com.rti.dds.infrastructure.MonitoringMetricSelection in the sequence are evaluated in order.

[default] An empty sequence, meaning that no metrics will be collected and distributed for any observable resource.

See also
com.rti.dds.infrastructure.MonitoringEventDistributionSettings and com.rti.dds.infrastructure.MonitoringPeriodicDistributionSettings for further information on how RTI Monitoring Library 2.0 distributes metrics.

Referenced by MonitoringTelemetryData.MonitoringTelemetryData().

◆ logs