pool_attributes.h 779 B

123456789101112131415161718192021222324252627282930313233
  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 pool
  16. {
  17. /**
  18. Deprecated, use @code db.client.connection.pool.name @endcode instead.
  19. @deprecated
  20. {"note": "Replaced by @code db.client.connection.pool.name @endcode.", "reason": "renamed",
  21. "renamed_to": "db.client.connection.pool.name"}
  22. */
  23. OPENTELEMETRY_DEPRECATED static constexpr const char *kPoolName = "pool.name";
  24. } // namespace pool
  25. } // namespace semconv
  26. OPENTELEMETRY_END_NAMESPACE