Skip to content

Commit 59a51db

Browse files
authored
docs: inputs: opentelemetry: fix tag_from_uri precedence description (#2544)
1 parent cc7b568 commit 59a51db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline/inputs/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For a cross-plugin explanation of the shared listener settings, see
6060
| `storage.type` | Sets the storage type for this input, one of: `filesystem`, `memory` or `memrb`. | `memory` |
6161
| `successful_response_code` | Allows for setting a successful response code. Supported values: `200`, `201`, or `204`. | `201` |
6262
| `tag` | Set a tag for the events generated by this input plugin. | _none_ |
63-
| `tag_from_uri` | By default, the tag will be created from the URI. For example, `v1_metrics` from `/v1/metrics`. This must be set to false if using `tag`. | `true` |
63+
| `tag_from_uri` | If no explicit `tag` is set, the tag is created from the URI. For example, `v1_metrics` from `/v1/metrics`. When an explicit `tag` is configured, it takes precedence over the URI-derived tag regardless of this setting. | `true` |
6464
| `tag_key` | Record accessor key to use for generating tags from incoming records. | _none_ |
6565
| `thread.ring_buffer.capacity` | Number of slots in the ring buffer for data entries when running in [threaded](../../administration/multithreading.md) mode. Each slot can hold one data entry. | `1024` |
6666
| `thread.ring_buffer.window` | Percentage threshold (1-100) of the ring buffer capacity at which a flush is triggered when running in [threaded](../../administration/multithreading.md) mode. | `5` |

0 commit comments

Comments
 (0)