Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Kang Liu <[email protected]>
  • Loading branch information
dreamworld committed Dec 3, 2024
1 parent 3dbd3ef commit fea3738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/2.0/sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Jaeger supports tail based sampling via a [tail sampling processor](https://gith

Remote sampling is a form of head-based sampling where the configuration for the sampling strategy is retrieved by the SDKs from the Jaeger backend. It allows consolidating the sampling policies in one central location and simplifying the management of the SDKs running in large scale production systems.

Jaeger's `remove_sampling` extension supports [Jaeger's remote sampling protocol][remote-sampling-api] that defines sampling strategies as distinct sampling rates for each service and endpoint. The strategies can be generated by Jaeger in two different ways: [periodically loaded from a file](#file-based-sampling-configuration) or [dynamically calculated based on traffic](#adaptive-sampling).
Jaeger's `remote_sampling` extension supports [Jaeger's remote sampling protocol][remote-sampling-api] that defines sampling strategies as distinct sampling rates for each service and endpoint. The strategies can be generated by Jaeger in two different ways: [periodically loaded from a file](#file-based-sampling-configuration) or [dynamically calculated based on traffic](#adaptive-sampling).

These are two basic types of head samplers that are used by the remote sampling:

Expand Down
2 changes: 1 addition & 1 deletion content/docs/next-release-v2/sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Jaeger supports tail based sampling via a [tail sampling processor](https://gith

Remote sampling is a form of head-based sampling where the configuration for the sampling strategy is retrieved by the SDKs from the Jaeger backend. It allows consolidating the sampling policies in one central location and simplifying the management of the SDKs running in large scale production systems.

Jaeger's `remove_sampling` extension supports [Jaeger's remote sampling protocol][remote-sampling-api] that defines sampling strategies as distinct sampling rates for each service and endpoint. The strategies can be generated by Jaeger in two different ways: [periodically loaded from a file](#file-based-sampling-configuration) or [dynamically calculated based on traffic](#adaptive-sampling).
Jaeger's `remote_sampling` extension supports [Jaeger's remote sampling protocol][remote-sampling-api] that defines sampling strategies as distinct sampling rates for each service and endpoint. The strategies can be generated by Jaeger in two different ways: [periodically loaded from a file](#file-based-sampling-configuration) or [dynamically calculated based on traffic](#adaptive-sampling).

These are two basic types of head samplers that are used by the remote sampling:

Expand Down

0 comments on commit fea3738

Please sign in to comment.