METADATA 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Metadata-Version: 2.4
  2. Name: opentelemetry-semantic-conventions
  3. Version: 0.52b1
  4. Summary: OpenTelemetry Semantic Conventions
  5. Project-URL: Homepage, https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-semantic-conventions
  6. Project-URL: Repository, https://github.com/open-telemetry/opentelemetry-python
  7. Author-email: OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
  8. License: Apache-2.0
  9. License-File: LICENSE
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Framework :: OpenTelemetry
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: Apache Software License
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 3
  16. Classifier: Programming Language :: Python :: 3.8
  17. Classifier: Programming Language :: Python :: 3.9
  18. Classifier: Programming Language :: Python :: 3.10
  19. Classifier: Programming Language :: Python :: 3.11
  20. Classifier: Programming Language :: Python :: 3.12
  21. Classifier: Programming Language :: Python :: 3.13
  22. Requires-Python: >=3.8
  23. Requires-Dist: deprecated>=1.2.6
  24. Requires-Dist: opentelemetry-api==1.31.1
  25. Description-Content-Type: text/x-rst
  26. OpenTelemetry Semantic Conventions
  27. ==================================
  28. |pypi|
  29. .. |pypi| image:: https://badge.fury.io/py/opentelemetry-semantic-conventions.svg
  30. :target: https://pypi.org/project/opentelemetry-semantic-conventions/
  31. This library contains generated code for the semantic conventions defined by the OpenTelemetry specification.
  32. Installation
  33. ------------
  34. ::
  35. pip install opentelemetry-semantic-conventions
  36. Code Generation
  37. ---------------
  38. These files were generated automatically from code in semconv_.
  39. To regenerate the code, run ``../scripts/semconv/generate.sh``.
  40. To build against a new release or specific commit of opentelemetry-specification_,
  41. update the ``SPEC_VERSION`` variable in
  42. ``../scripts/semconv/generate.sh``. Then run the script and commit the changes.
  43. .. _opentelemetry-specification: https://github.com/open-telemetry/opentelemetry-specification
  44. .. _semconv: https://github.com/open-telemetry/opentelemetry-python/tree/main/scripts/semconv
  45. References
  46. ----------
  47. * `OpenTelemetry Project <https://opentelemetry.io/>`_
  48. * `OpenTelemetry Semantic Conventions Definitions <https://github.com/open-telemetry/semantic-conventions/blob/main/docs/README.md>`_
  49. * `generate.sh script <https://github.com/open-telemetry/opentelemetry-python/blob/main/scripts/semconv/generate.sh>`_