Skip to content

Commit 311cb1f

Browse files
committed
Fix linting errors
1 parent fdb2063 commit 311cb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/trace/semantic_conventions/instrumentation/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Semantic conventions for Elasticsearch
22

3-
**Status**: [Experimental](../../../document-status.md)
3+
**Status**: [Experimental][DocumentStatus]
44

55
This document defines semantic conventions to apply when creating a span for requests to Elasticsearch.
66

77
## Span Name
88

99
The **span name** SHOULD be of the format `<endpoint id>`.
1010

11-
The elasticsearch endpoint identifier is used instead of the url path in order to reduce the cardinality of the span
11+
The elasticsearch endpoint identifier is used instead of the url path in order to reduce the cardinality of the span
1212
name, as the path could contain dynamic values. The endpoint id is the `name` field in the
1313
[elasticsearch schema](https://raw.githubusercontent.com/elastic/elasticsearch-specification/main/output/schema/schema.json).
1414
If the endpoint id is not available, the span name SHOULD be `http.request.method`.

0 commit comments

Comments
 (0)