change tracing service from kube-apiserver to apiserver
Kubernetes-commit: 8972efc65fe7f4d2ed840ba1a2bd8ff31e829a7a
This commit is contained in:
parent
5f80c5f1c3
commit
fe620be9c7
|
|
@ -35,7 +35,7 @@ import (
|
|||
"k8s.io/utils/path"
|
||||
)
|
||||
|
||||
const apiserverService = "kube-apiserver"
|
||||
const apiserverService = "apiserver"
|
||||
|
||||
// TracingOptions contain configuration options for tracing
|
||||
// exporters
|
||||
|
|
|
|||
Loading…
Reference in New Issue