Versions Compared

Key

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

...

Change the flag otel.sdk.disabled to false in the application.yaml (New Delhioslo)  

Code Block
languageyml
otel:
  sdk:     
    disabled: ${ONAP_SDK_DISABLED:false}
    south: ${ONAP_TRACING_SOUTHBOUND:true}   
  instrumentation:
    spring-webflux:
      enabled: ${ONAP_TRACING_NORTHBOUND:true}

...

Code Block
languageyml
services:
  a1_policy_management:

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

For more information visit the

...

New-Delhi Technical spike page