Skip to content

Commit

Permalink
update OTLP to v0.16.0 (#2619)
Browse files Browse the repository at this point in the history
* update OTLP to v0.16.0

Bumping OTLP to 0.16.0. This only removes the name field in the log data model.

* update changelog

* update readme
  • Loading branch information
codeboten committed Apr 19, 2022
1 parent dd56e7f commit 782ac3e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 34 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#2575](https://github.com/open-telemetry/opentelemetry-python/pull/2575))
- Add min/max to histogram point
([#2581](https://github.com/open-telemetry/opentelemetry-python/pull/2581))
- Update opentelemetry-proto to v0.16.0
([#2619](https://github.com/open-telemetry/opentelemetry-python/pull/2619))

## [1.10.0-0.29b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.10.0-0.29b0) - 2022-03-10

Expand Down
4 changes: 2 additions & 2 deletions opentelemetry-proto/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ OpenTelemetry Python Proto
:target: https://pypi.org/project/opentelemetry-proto/

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

.. _release: https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v0.15.0
.. _release: https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v0.16.0

Installation
------------
Expand Down
32 changes: 12 additions & 20 deletions opentelemetry-proto/src/opentelemetry/proto/logs/v1/logs_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions opentelemetry-proto/src/opentelemetry/proto/logs/v1/logs_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/proto_codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# PROTO_REPO_DIR - the path to an existing checkout of the opentelemetry-proto repo

# Pinned commit/branch/tag for the current version used in opentelemetry-proto python package.
PROTO_REPO_BRANCH_OR_COMMIT="v0.15.0"
PROTO_REPO_BRANCH_OR_COMMIT="v0.16.0"

set -e

Expand Down

0 comments on commit 782ac3e

Please sign in to comment.