Skip to content

Commit

Permalink
Update README with details on forked repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed May 30, 2023
1 parent 1470c55 commit 3e80bf5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Language Independent Interface Types For OpenTelemetry

**NOTE**

This is a modified version of the Go OpenTelemtry protobuf files to re-add deprecated/removed Metric types (IntSum, IntGuage, IntHistogram) and label type (StringKeyValue).

You should not depend on these protobuf files directly, instead use the Honeycomb fork of the [opentelemetry-proto-go](https://github.com/honeycombio/opentelemetry-proto-go) package which includes these changes.

This repo is currently pinned to [v0.19.0](https://github.com/open-telemetry/opentelemetry-proto/tree/v0.19.0) of the upstream repository.

[![Build Check](https://github.com/open-telemetry/opentelemetry-proto/workflows/Build%20Check/badge.svg?branch=main)](https://github.com/open-telemetry/opentelemetry-proto/actions?query=workflow%3A%22Build+Check%22+branch%3Amain)

The proto files can be consumed as GIT submodules or copied and built directly in the consumer project.
Expand Down

0 comments on commit 3e80bf5

Please sign in to comment.