RTI Connext Java API Version 7.1.0
MonitoringDistributionSettings Class Reference

Configures the distribution of telemetry data. More...

Inherits Struct.

Public Member Functions

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

Public Attributes

String publisher_qos_profile_name
 The fully qualified name of the profile used to configure the Publishers that distribute telemetry data. More...
 
MonitoringDedicatedParticipantSettings dedicated_participant
 Configures the use of a dedicated com.rti.dds.domain.DomainParticipant to distribute the RTI Connext application telemetry data. More...
 
MonitoringPeriodicDistributionSettings periodic_settings
 Configures the distribution of periodic metrics. More...
 
MonitoringEventDistributionSettings event_settings
 Configures the distribution of event metrics. More...
 
MonitoringLoggingDistributionSettings logging_settings
 Configures the distribution of logging messages. More...
 

Detailed Description

Configures the distribution of telemetry data.

Constructor & Destructor Documentation

◆ MonitoringDistributionSettings() [1/2]

◆ MonitoringDistributionSettings() [2/2]

Member Data Documentation

◆ publisher_qos_profile_name

String publisher_qos_profile_name

The fully qualified name of the profile used to configure the Publishers that distribute telemetry data.

There is one Publisher for each telemetry data com.rti.dds.topic.Topic: com.rti.ndds.utility.MONITORING_PERIODIC_TOPIC_NAME, com.rti.ndds.utility.MONITORING_EVENT_TOPIC_NAME, and com.rti.ndds.utility.MONITORING_LOGGING_TOPIC_NAME.

If null (the default value) then the RTI Observability Library uses com.rti.dds.infrastructure.BuiltinQosProfiles.PROFILE_GENERIC_OBSERVABILITY.

[default] null

Referenced by MonitoringDistributionSettings.MonitoringDistributionSettings().

◆ dedicated_participant

Configures the use of a dedicated com.rti.dds.domain.DomainParticipant to distribute the RTI Connext application telemetry data.

Referenced by MonitoringDistributionSettings.MonitoringDistributionSettings().

◆ periodic_settings

Configures the distribution of periodic metrics.

Referenced by MonitoringDistributionSettings.MonitoringDistributionSettings().

◆ event_settings

Configures the distribution of event metrics.

Referenced by MonitoringDistributionSettings.MonitoringDistributionSettings().

◆ logging_settings

Configures the distribution of logging messages.

Referenced by MonitoringDistributionSettings.MonitoringDistributionSettings().