RTI Connext Java API Version 7.1.0

Configures the use of the RTI Observability Library to collect and distribute RTI Connext telemetry data. More...

Inheritance diagram for MonitoringQosPolicy:
QosPolicy

Public Attributes

boolean enable
 Enables the collection and distribution of telemetry data for an RTI Connext application using the RTI Observability Library. More...
 
String application_name
 The name of the resource that represents this RTI Connext application. More...
 
MonitoringDistributionSettings distribution_settings
 Configures the distribution of telemetry data. More...
 
- Public Attributes inherited from QosPolicy
final QosPolicyId_t id
 The ID of this QoS policy. More...
 
final String policy_name
 The name of this QoS policy. More...
 

Detailed Description

Configures the use of the RTI Observability Library to collect and distribute RTI Connext telemetry data.

Member Data Documentation

◆ enable

boolean enable

Enables the collection and distribution of telemetry data for an RTI Connext application using the RTI Observability Library.

[default] com.rti.dds.infrastructure.false

◆ application_name

String application_name

The name of the resource that represents this RTI Connext application.

When this member is set to a value other than null , the resource identifier representing this application will be:

/applications/<application_name>

This is the resource identifier that will be used to send commands to this application from the RTI Observability Dashboards.

The application_name should be unique across the RTI Connext system; however, the RTI Observability Library does not currently enforce uniqueness.

When this member is set to null , the RTI Observability Library will automatically assign a resource identifier with this format:

/applications/<host_name:process_id:uuid>

[default] null

◆ distribution_settings

MonitoringDistributionSettings distribution_settings

Configures the distribution of telemetry data.