Trace configurations

The trace configurations of MOSN.

This topic describes trace configurations of MOSN.

trace describes the following basic global parameters of MOSN.

{
  "tracing": {
    "enable": true,
    "driver": "",
    "config": {
      
    }
  }
}

enable

Boolean. Enable or disable trace.

driver

Currently, supports SOFATracer and SkyWalking.


SkyWalking configurations

The SkyWalking configurations of MOSN.

Last modified August 17, 2023: release v1.6.0 (#241) (73cfbff)