This library contains generated code for the semantic conventions defined by the OpenTelemetry specification.
pip install opentelemetry-semantic-conventions
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.