File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
specification/trace/semantic_conventions/instrumentation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Semantic conventions for Elasticsearch
22
3- ** Status** : [ Experimental] ( ../../../document-status.md )
3+ ** Status** : [ Experimental] [ DocumentStatus ]
44
55This document defines semantic conventions to apply when creating a span for requests to Elasticsearch.
66
77## Span Name
88
99The ** 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
1212name, 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 ) .
1414If the endpoint id is not available, the span name SHOULD be ` http.request.method ` .
You can’t perform that action at this time.
0 commit comments