Skip to content

Commit 8801859

Browse files
authored
fix: the docs website build error (#11924)
1 parent 3a11ac5 commit 8801859

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/en/latest/plugins/opentelemetry.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords:
66
- Plugin
77
- OpenTelemetry
88
description: The opentelemetry Plugin instruments APISIX and sends traces to OpenTelemetry collector based on the OpenTelemetry specification, in binary-encoded OLTP over HTTP.
9-
109
---
1110
<!--
1211
#
@@ -73,7 +72,7 @@ Reload APISIX for changes to take effect.
7372
| Name | Type | Required | Default | Valid Values | Description |
7473
|---------------------------------------|---------------|----------|--------------|--------------|-------------|
7574
| sampler | object | False | - | - | Sampling configuration. |
76-
| sampler.name | string | False | `always_off` | ["always_on", "always_off", "trace_id_ratio", "parent_base"] | Sampling strategy.<br>To always sample, use `always_on`.<br>To never sample, use `always_off`.<br>To randomly sample based on a given ratio, use `trace_id_ratio`.<br>To use the sampling decision of the span's parent, use `parent_base`. If there is no parent, use the root sampler. |
75+
| sampler.name | string | False | `always_off` | ["always_on", "always_off", "trace_id_ratio", "parent_base"] | Sampling strategy.<br />To always sample, use `always_on`.<br />To never sample, use `always_off`.<br />To randomly sample based on a given ratio, use `trace_id_ratio`.<br />To use the sampling decision of the span's parent, use `parent_base`. If there is no parent, use the root sampler. |
7776
| sampler.options | object | False | - | - | Parameters for sampling strategy. |
7877
| sampler.options.fraction | number | False | 0 | [0, 1] | Sampling ratio when the sampling strategy is `trace_id_ratio`. |
7978
| sampler.options.root | object | False | - | - | Root sampler when the sampling strategy is `parent_base` strategy. |

0 commit comments

Comments
 (0)