-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release v1.4.0 Release of the [v1.4.0][otlp] version of the OTLP. [otlp]: https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v1.4.0 Signed-off-by: Florian Lehner <dev@der-flo.net> * fixup: replace experimental with development Signed-off-by: Florian Lehner <dev@der-flo.net> * fixup: Makefile update compat to GO 1.22 go.mod was updated with ad54459 Signed-off-by: Florian Lehner <dev@der-flo.net> * fixup empty commit --------- Signed-off-by: Florian Lehner <dev@der-flo.net> Co-authored-by: Damien Mathieu <42@dmathieu.com>
- Loading branch information
Showing
19 changed files
with
4,584 additions
and
5,360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "opentelemetry-proto"] | ||
path = opentelemetry-proto | ||
url = https://github.com/open-telemetry/opentelemetry-proto | ||
branch = v1.3.1 | ||
branch = v1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule opentelemetry-proto
updated
15 files
+3 −9 | .github/CODEOWNERS | |
+36 −1 | CHANGELOG.md | |
+1 −1 | CONTRIBUTING.md | |
+12 −11 | Makefile | |
+4 −4 | README.md | |
+15 −82 | RELEASING.md | |
+31 −21 | docs/specification.md | |
+5 −4 | examples/README.md | |
+75 −0 | examples/events.json | |
+33 −0 | examples/metrics.json | |
+6 −6 | opentelemetry/proto/collector/profiles/v1development/profiles_service.proto | |
+2 −2 | opentelemetry/proto/collector/profiles/v1development/profiles_service_http.yaml | |
+24 −3 | opentelemetry/proto/metrics/v1/metrics.proto | |
+216 −111 | opentelemetry/proto/profiles/v1development/profiles.proto | |
+0 −191 | opentelemetry/proto/profiles/v1experimental/profiles.proto |
379 changes: 379 additions & 0 deletions
379
otlp/collector/profiles/v1development/profiles_service.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 6 additions & 6 deletions
12
.../v1experimental/profiles_service.pb.gw.go → ...s/v1development/profiles_service.pb.gw.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 6 additions & 6 deletions
12
...1experimental/profiles_service_grpc.pb.go → ...v1development/profiles_service_grpc.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.