-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cluster.name
and node.name
attributes to Elasticsearch semantic conventions.
#285
Add cluster.name
and node.name
attributes to Elasticsearch semantic conventions.
#285
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @stevejgordon! Could please adapt the PR name to better indicate the addition of these two attributes to the Elasticsearch conventions?
Co-authored-by: Joao Grassi <joao@joaograssi.com>
cluster_name
and cluster_instance
attributes to Elasticsearch semantic conventions.
Co-authored-by: Joao Grassi <joao@joaograssi.com>
cluster_name
and cluster_instance
attributes to Elasticsearch semantic conventions.cluster.name
and cluster.instance
attributes to Elasticsearch semantic conventions.
ec9a6bd
to
6441928
Compare
cluster.name
and cluster.instance
attributes to Elasticsearch semantic conventions.cluster.name
and node.name
attributes to Elasticsearch semantic conventions.
@joaopgrassi We've discussed internally and updated the naming of one of the attributes to better align with how this value is referred to in the general Elasticsearch documentation. Both are kept as namespaced to allow for possible future, non-breaking additions. |
Changes
This PR introduces two new attributes recommended when they can be retrieved from response headers. It also reformats the introduction to align with the conventions used in most other db docs.
Merge requirement checklist