Skip to content

Commit

Permalink
docs: fix typo (#5523)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber authored Jul 3, 2024
1 parent 8a450dd commit 7de456d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ telemetry:
| `endpoint` | | `http://127.0.0.1:4317` for gRPC and `http://127.0.0.1:4318` for HTTP | The endpoint to send spans to. |
| `grpc` | | | Configuration specific to gRPC protocol. |
| `http` | | | Configuration specific to HTTP protocol. |
| `temporarility` | `delta`\|`cumulative` | | See the documentation for your APM to see what this should be set to. |
| `temporality` | `delta`\|`cumulative` | | See the documentation for your APM to see what this should be set to. |
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@ telemetry:
| `endpoint` | | `http://127.0.0.1:4317` for gRPC and `http://127.0.0.1:4318` for HTTP | The endpoint to send spans to. |
| `grpc` | | | Configuration specific to gRPC protocol. |
| `http` | | | Configuration specific to HTTP protocol. |
| `temporarility` | | | This configuration option is unused for tracing. |
| `temporality` | | | This configuration option is unused for tracing. |
| `batch_processor` | | | The batch processor settings. |

0 comments on commit 7de456d

Please sign in to comment.