SkyWalking configurations
The SkyWalking configurations of MOSN.
This topic describes trace configurations of MOSN.
trace
describes the following basic global parameters of MOSN.
{
"tracing": {
"enable": true,
"driver": "",
"config": {
}
}
}
Boolean. Enable or disable trace.
Currently, supports SOFATracer
and SkyWalking
.
The SkyWalking configurations of MOSN.