Binding BusinessWorks Application to Open Tracing on Cloud Foundry
You can enable open tracing on cloud foundry using environment variable.
Prerequisites
Ensure the correct JAEGER agent is running.
Procedure
Create a
manifest.yml in the same directory where the application EAR file is exported.
Add environment variables
BW_JAVA_OPTS,
JAEGER_AGENT_HOST,
JAEGER_AGENT_PORT
, and
JAEGER_SAMPLER_MANAGER_HOST_PORT in
manifest.yml file. The following is a sample of the manifest file: