From c622bb7360ca825bc23ab58340c8718029d99603 Mon Sep 17 00:00:00 2001 From: Elena Nuretdinova Date: Fri, 12 Jan 2024 16:38:35 +0100 Subject: [PATCH] Fix typos --- exporters/otlp/otlpmetric/otlpmetrichttp/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exporters/otlp/otlpmetric/otlpmetrichttp/config.go b/exporters/otlp/otlpmetric/otlpmetrichttp/config.go index 125e58fd5c02..0bc9b0aa0614 100644 --- a/exporters/otlp/otlpmetric/otlpmetrichttp/config.go +++ b/exporters/otlp/otlpmetric/otlpmetrichttp/config.go @@ -153,9 +153,9 @@ func WithHeaders(headers map[string]string) Option { // // The example of the use case is using load balancer like envoy between // the otel instrumentation library and collector. Typically -// the call via envoy route is based on the host header. Example of usage +// the call via envoy route's is based on the host header. Example of the usage // -// config.WithEndpoint("myenvoyheader") +// config.WithEndpoint("myenvoyhost") // // .WithHostHeader("mytargetotelcollectorhost") //