Versions Compared

Key

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

...

  1. otel.sdk.disabled: enable/disable tracing all toghethertogether
  2. otel.sdk.south: if ONAP_SDK_DISABLED is false then we can enable/disable southbound tracing
  3. otel.instrumentation.spring-webflux.enabled: if ONAP_SDK_DISABLED is false we can enable/disable northbound tracing

...

Code Block
languageyml
themeMidnight
services:
  a1_policy_management:

        ....
    environment:
      - ONAP_SDK_DISABLED=false
      - ONAP_TRACING_SOUTHBOUND=true
      - OTEL_INSTRUMENTATION_SPRING_WEBFLUX_ENABLED=true



For more information visit the wiki page