RTI Connext Java API Version 7.6.0
MonitoringTelemetryData Class Reference

<<extension>> 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
 <<basic>> <<extension>> 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
 <<basic>> <<extension>> 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

<<extension>> 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

<<basic>> <<extension>> 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.

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.
Categories
Mutable, Debuggability

Referenced by MonitoringTelemetryData.MonitoringTelemetryData().

◆ logs