Skip to content

Commit

Permalink
Update docs/en/latest/plugins/opentelemetry.md
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Zhu <starszcan@gmail.com>
  • Loading branch information
jaysonsantos and starsz committed Sep 2, 2022
1 parent eb9fd13 commit b5287fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/plugins/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The Plugin only supports binary-encoded [OLTP over HTTP](https://opentelemetry.i
| additional_attributes | array[string] | False | | | Variables and its values which will be appended to the trace span. |
| additional_attributes[0] | string | True | | | APISIX or Nginx variables. For example, `http_header` or `route_id`. |
| additional_header_attributes | array[string] | False | | | Variables and its values which will be appended to the trace span. |
| additional_header_attributes[0] | string | True | | | Request headers. For example, `x-my-header"` or `x-my-headers-*` to include all headers with the prefix `x-my-headers-`. |
| additional_header_attributes[0] | string | True | | | Request headers. For example, `x-my-header` or `x-my-headers-*` to include all headers with the prefix `x-my-headers-`. |

### Configuring the collector

Expand Down

0 comments on commit b5287fb

Please sign in to comment.