Metrics

TIBCO Cloud Integration can export metrics data to OpenTelemetry that can be leveraged by the OpenTelemetry backend-supported client.

The following data are sent to OpenTelemetry:

The following properties must be enabled for exporting the metrics data to OpenTelemetry:

Note: Metrics (fields and their values) are displayed only if the relevant data is available.

The property bw.engine.opentelemetry.metric.exporter.endpoint is used to set up the OpenTelemetry for metrics with remote machines or custom endpoints. When the OpenTelemetry Collector and the BW application is running on two different machines, this property is added to get the metrics exported to the OpenTelemetry Collector at a specified IP/Host and Port.

If this property is not provided, the OpenTelemetry Collector picks localhost:4317 as a default endpoint.

For example, bw.engine.opentelemetry.metric.exporter.endpoint=http://<host ip>:<port>.