elasticsearch_attributes.h 662 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Copyright The OpenTelemetry Authors
  3. * SPDX-License-Identifier: Apache-2.0
  4. */
  5. /*
  6. * DO NOT EDIT, this is an Auto-generated file from:
  7. * buildscripts/semantic-convention/templates/registry/semantic_attributes-h.j2
  8. */
  9. #pragma once
  10. #include "opentelemetry/common/macros.h"
  11. #include "opentelemetry/version.h"
  12. OPENTELEMETRY_BEGIN_NAMESPACE
  13. namespace semconv
  14. {
  15. namespace elasticsearch
  16. {
  17. /**
  18. Represents the human-readable identifier of the node/instance to which a request was routed.
  19. */
  20. static constexpr const char *kElasticsearchNodeName = "elasticsearch.node.name";
  21. } // namespace elasticsearch
  22. } // namespace semconv
  23. OPENTELEMETRY_END_NAMESPACE