mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
feat: add gzip global setting in configmap (#660)
This commit is contained in:
@@ -117,7 +117,7 @@ func validTracing(t *Tracing) error {
|
||||
}
|
||||
}
|
||||
|
||||
if tracerNum != 1 {
|
||||
if tracerNum != 1 && t.Enable == true {
|
||||
return errors.New("only one of skywalking,zipkin and opentelemetry configuration can be set")
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user