From 2f3f76806c257b89d5a45d7c9dbd27029f4fe408 Mon Sep 17 00:00:00 2001 From: Emily Stolfo Date: Tue, 13 Jun 2023 15:56:28 +0200 Subject: [PATCH] Better example for path parts --- .../semantic_conventions/instrumentation/elasticsearch.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/trace/semantic_conventions/instrumentation/elasticsearch.md b/specification/trace/semantic_conventions/instrumentation/elasticsearch.md index 356de7362c..ac800ab5f7 100644 --- a/specification/trace/semantic_conventions/instrumentation/elasticsearch.md +++ b/specification/trace/semantic_conventions/instrumentation/elasticsearch.md @@ -20,9 +20,9 @@ Many Elasticsearch url paths allow dynamic values. These SHOULD be recorded in s reference the [elasticsearch schema](https://raw.githubusercontent.com/elastic/elasticsearch-specification/main/output/schema/schema.json) in order to map the path part values to their names. -| Attribute | Type | Description | Examples | Requirement Level | -|-------------------------------------|---|---------------------------------------|---------------------|---| -| `db.elasticsearch.path_parts.` | string | A dynamic value in the url path. | `test-index`; `456` | Conditionally Required: [1] | +| Attribute | Type | Description | Examples | Requirement Level | +|-------------------------------------|---|---------------------------------------|------------------------------------------------------------------------------------------|---| +| `db.elasticsearch.path_parts.` | string | A dynamic value in the url path. | `db.elasticsearch.path_parts.index=test-index`; `db.elasticsearch.path_parts.doc_id=123` | Conditionally Required: [1] | **[1]:** when the url has dynamic values