Distributed tracing

Interceptor name

trace

Supported protocols

  • All

Features

  • distributed tracing

Configuration

asjard:
  trace:
    enabled: false

    ## the address that support otel protocol
    ## http://127.0.0.1:4318
    ## grpc://127.0.0.1:4319
    # endpoint: http://127.0.0.1:4318

    # timeout: 1s
    ## relative ASJARD_CERT_DIR
    # certFile: ""
    # keyFile: ""
    # caFile: ""

Last updated