gituser/production/: opentelemetry-proto-1.8.0 metadata and description

Homepage Simple index

OpenTelemetry Python Proto

author OpenTelemetry Authors
author_email cncf-opentelemetry-contributors@lists.cncf.io
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
description_content_type text/x-rst
license Apache-2.0
provides_extras test
requires_dist
  • protobuf (>=3.13.0)
requires_python >=3.6
File Tox results History
opentelemetry_proto-1.8.0-py3-none-any.whl
Size
62 KB
Type
Python Wheel
Python
3

pypi

This library contains the generated code for OpenTelemetry protobuf data model. The code in the current package was generated using the v0.9.0 release of opentelemetry-proto.

Installation

pip install opentelemetry-proto

Code Generation

These files were generated automatically from code in opentelemetry-proto. To regenerate the code, run ../scripts/proto_codegen.sh.

To build against a new release or specific commit of opentelemetry-proto, update the PROTO_REPO_BRANCH_OR_COMMIT variable in ../scripts/proto_codegen.sh. Then run the script and commit the changes as well as any fixes needed in the OTLP exporter.

References