heroku_attributes.h 846 B

123456789101112131415161718192021222324252627282930313233343536373839
  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 heroku
  16. {
  17. /**
  18. Unique identifier for the application
  19. */
  20. static constexpr const char *kHerokuAppId = "heroku.app.id";
  21. /**
  22. Commit hash for the current release
  23. */
  24. static constexpr const char *kHerokuReleaseCommit = "heroku.release.commit";
  25. /**
  26. Time and date the release was created
  27. */
  28. static constexpr const char *kHerokuReleaseCreationTimestamp = "heroku.release.creation_timestamp";
  29. } // namespace heroku
  30. } // namespace semconv
  31. OPENTELEMETRY_END_NAMESPACE