Skip to content

Commit

Permalink
update README & module domains
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Jan 13, 2023
1 parent 1461606 commit 00414dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

Generated Go code for the OpenTelemetry protobuf data model.

**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 this module directly but instead use a replace in your go.mod to swap out the official proto package with this one like this:

```golang
replace go.opentelemetry.io/proto/otlp => github.com/honeycombio/opentelemetry-proto-go/otlp v0.19.0
```

## Getting Started

Install the latest version in your project.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/maxedmands/opentelemetry-proto-go-compat
module github.com/honeycombio/opentelemetry-proto-go

go 1.15
2 changes: 1 addition & 1 deletion otlp/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/maxedmands/opentelemetry-proto-go-compat/otlp
module github.com/honeycombio/opentelemetry-proto-go/otlp

go 1.17

Expand Down

0 comments on commit 00414dc

Please sign in to comment.