Viewing Traces
To view the traces for an application:
Before you beginTo view the application traces, ensure that the Observability Resource is created for your data plane. For more information, see Configuring Observability Resource.
- Procedure
- Log in to TIBCO Control Plane and navigate to the Data Plane details page.
- On the Applications tab, click a running TIBCO BusinessWorks Container Edition application from the listed apps.
-
Click the Traces tab.
-
On selecting the Filters control, a Filters window is displayed.
The Time range field filters different range of traces to view based on time.
The Limit field displays the number of traces on the page.
To enable logging for OpenTelemetry traces and metrics, configure the following environment variables at runtime:
-
OTEL_TRACES_EXPORTER="otlp,logging"
-
OTEL_METRICS_EXPORTER="otlp,logging"
-
BW_LOGGER_OVERRIDES="io.opentelemetry=ALL"