OpenTelemetry Collector Deployment
OpenTelemetry Collector is installed as a sidecar, as shown in the following examples. Deployment is supported with docker files and manual installation. Docker file is available with ThingWorx docker image files and can be downloaded from the PTC Software download page.
For manual installation, OpenTelemetry Collector can be downloaded here.
Refer to the following On-Premise deployment examples.
Standalone server deployment
High Availability deployment
* 
Make sure you are running OpenTelemetry collector with SSL configuration. Get your SSL certificate and the trust store. The only acceptable extensions for certificates are JKS, PEM, and PKCS12(p12).
SSL Configuration
The following configurations are available in the OpenTelemetry Collector configuration.
tls:
insecure: false
ca_file: server.crt
cert_file: client.crt
key_file: client.key
min_version: "1.1"
max_version: "1.2"
Was this helpful?