Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the open telemetry collector’s configuration set the otlphttp section as follows:

Code Block
otlphttp:
  tls:
    insecure: true
  traces_endpoint: http://<kloudfuse ingress IP>/ingester/otlp/traces

If configuring for an https endpoint:

Code Block
otlphttp:
  tls:
    insecure_skip_verify: true
  traces_endpoint: http://<kloudfuse ingress IP>/ingester/otlp/traces

...