-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to opentelemetry-proto v1.1.0
Signed-off-by: Yuri Shkuro <[email protected]>
- Loading branch information
1 parent
a97152c
commit d8054ab
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule opentelemetry-proto
updated
13 files
+12 −0 | .github/workflows/build-check.yaml | |
+6 −2 | .markdown_link_check_config.json | |
+14 −0 | .markdownlint.yaml | |
+34 −6 | CHANGELOG.md | |
+10 −1 | Makefile | |
+4 −3 | examples/logs.json | |
+14 −14 | examples/metrics.json | |
+2 −2 | examples/trace.json | |
+11 −3 | opentelemetry/proto/logs/v1/logs.proto | |
+7 −1 | opentelemetry/proto/metrics/v1/metrics.proto | |
+57 −0 | opentelemetry/proto/trace/v1/trace.proto | |
+562 −2 | package-lock.json | |
+2 −1 | package.json |