Telemetry Configurations Settings
To configure the default telemetry data collection and enable the instrumentation of your application, you can modify the telemetry configuration settings in your TIBCO BusinessEvents application CDD.
For more details about the tracing in TIBCO BusinessEvents, see TIBCO BusinessEvents Application Tracing.
The following table lists the telemetry configuration settings available in the CDD editor of TIBCO BusinessEvents Studio.
| Property | Description |
|---|---|
| Service Name |
A name to identify the application in telemetry data store. In the visualization software, you can identify your application using the Service Name. The default service name is |
| Sampler |
(Optional) A sampler strategy helps control the volume of telemetry data that you want to export.
The default value is |
| TraceId Ratio |
Enabled only when the The default value is |
| Propagators |
Enter a comma separated list of propagators to be used to serialize and deserialize the context. Click the Browse button to open the list of available propagators. You can select one or more than one propagators for your application. The following propagators are supported out-of-the-box in TIBCO BusinessEvents:
The default propagator is For details about propagators, see OpenTelemetry documentation. |
| Disable Tracing Resource List |
(Optional) Add resources here which you do not want to trace. You can use the full URI of rule, rule function, or destination, or partial paths to ignore all resources starting with that path. The list could also be updated through JMX at runtime. Note: If tracing is turned off for a destination, tracing is turned off for all rules and rule functions executed for that event. If a rule function is added to this list, the tracing data is not exported for the rule function and also for any catalog function invoked during execution.
|
| Span Exporter |
(Optional) Span exporter exports the telemetry data to the specified collector. The following options are provided as span exporter:
The default value is |
| Endpoint |
The endpoint URL of the selected Span Exporter. This field is not displayed when the Span Exporter value is |
| Timeout |
The request timeout (in milliseconds) for the selected Span Exporter. This field is not displayed when the Span Exporter value is |
| Headers |
Provide comma-separated key-value pairs as headers with the equals to symbol = separating the key and value. This field is displayed when the Span Exporter value is |
| Security Enabled |
Select the check box to enable the secured connection. This field is displayed when the Span Exporter value is |
| Security Certificate |
Provide the path of the security certificate for the span exporter. This field is displayed when the Span Exporter value is |