Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
enuret committed Jan 12, 2024
1 parent cd6cd14 commit c622bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporters/otlp/otlpmetric/otlpmetrichttp/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
//
Expand Down

0 comments on commit c622bb7

Please sign in to comment.