mirror of https://github.com/knative/pkg.git
add a clarifying comment
This commit is contained in:
parent
893b0f5541
commit
0a03e55731
|
|
@ -274,7 +274,7 @@ func (wh *Webhook) Run(stop <-chan struct{}) error {
|
|||
|
||||
otelHandler := otelhttp.NewHandler(
|
||||
drainer,
|
||||
wh.Options.ServiceName,
|
||||
wh.Options.ServiceName, // Note this service is k8s service name
|
||||
otelhttp.WithMeterProvider(wh.Options.MeterProvider),
|
||||
otelhttp.WithTracerProvider(wh.Options.TracerProvider),
|
||||
otelhttp.WithPropagators(wh.Options.TextMapPropagator),
|
||||
|
|
|
|||
Loading…
Reference in New Issue