forked from open-telemetry/opentelemetry-rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule opentelemetry-proto
updated
15 files
+12 −0 | .github/workflows/build-check.yaml | |
+6 −2 | .markdown_link_check_config.json | |
+14 −0 | .markdownlint.yaml | |
+49 −6 | CHANGELOG.md | |
+10 −1 | Makefile | |
+1 −1 | docs/requirements.md | |
+2 −6 | docs/specification.md | |
+4 −3 | examples/logs.json | |
+14 −14 | examples/metrics.json | |
+2 −2 | examples/trace.json | |
+11 −3 | opentelemetry/proto/logs/v1/logs.proto | |
+16 −1 | opentelemetry/proto/metrics/v1/metrics.proto | |
+79 −0 | opentelemetry/proto/trace/v1/trace.proto | |
+562 −2 | package-lock.json | |
+2 −1 | package.json |