跟踪
跟踪
{
"http": {
"driver": "{...}"
}
}LightStep跟踪驱动
{
"type": "lightstep",
"config": {
"access_token_file": "...",
"collector_cluster": "..."
}
}Zipkin跟踪驱动
返回
Last updated
{
"http": {
"driver": "{...}"
}
}{
"type": "lightstep",
"config": {
"access_token_file": "...",
"collector_cluster": "..."
}
}Last updated
{
"type": "zipkin",
"config": {
"collector_cluster": "...",
"collector_endpoint": "..."
}
}