Trace configurations

The trace configurations of MOSN.

This topic describes trace configurations of MOSN.

trace describes the following basic global parameters of MOSN.

  1. {
  2. "tracing": {
  3. "enable": true,
  4. "driver": "",
  5. "config": {
  6. }
  7. }
  8. }

enable

Boolean. Enable or disable trace.

driver

Currently, supports SOFATracer and SkyWalking.


SkyWalking configurations

The SkyWalking configurations of MOSN.

Last modified December 2, 2022: Bump tar from 4.4.8 to 4.4.19 in /themes/docsy/userguide (942c999)