Skip to content

Commit

Permalink
chore: Integrate comment into text above
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 5, 2024
1 parent 0b0a0d4 commit c9d08a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/en/docs/collector/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ preferred shell.

## Generate and collect telemetry

3. Launch the Collector:
3. Launch the Collector, listening on ports 4317 (for OTLP grPC), 4318 (for OTLP HTTP) and 55679 (for ZPages):

Check failure on line 60 in content/en/docs/collector/quick-start.md

View workflow job for this annotation

GitHub Actions / TEXT linter

textlint terminology error

Incorrect term: “grPC”, use “gRPC” instead

```sh
# 4317 for gRPC, 4318 for HTTP, 55679 for ZPages
docker run \
-p 127.0.0.1:4317:4317 \
-p 127.0.0.1:4318:4318 \
Expand Down

0 comments on commit c9d08a4

Please sign in to comment.