Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
verysonglaa authored Aug 2, 2024
1 parent adfa5d1 commit 84ae1f1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ EOF
{{< /text >}}

{{< warning >}}
To actually receive traces make sure your otel collector service's grpc port starts with `grpc-` prefix, which is like:
To actually receive traces, make sure your otel collector service's gRPC port starts with the `grpc-` prefix, which is like:

{{< text syntax=yaml >}}
spec:
Expand All @@ -68,6 +68,7 @@ spec:

Otherwise the traces may not be reported.
{{< /warning >}}

### Exporting via HTTP

In this example, traces will be exported via OTLP/HTTP to the OpenTelemetry Collector.
Expand Down

0 comments on commit 84ae1f1

Please sign in to comment.