Skip to content

Files

Latest commit

0b4f247 · Mar 10, 2022

History

History
This branch is 729 commits behind open-telemetry/opentelemetry-python:main.

opentelemetry-semantic-conventions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

OpenTelemetry Semantic Conventions

pypi

This library contains generated code for the semantic conventions defined by the OpenTelemetry specification.

Installation

pip install opentelemetry-semantic-conventions

Code Generation

These files were generated automatically from code in semconv. To regenerate the code, run ../scripts/semconv/generate.sh.

To build against a new release or specific commit of opentelemetry-specification, update the SPEC_VERSION variable in ../scripts/semconv/generate.sh. Then run the script and commit the changes.

References