-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate to OTEL proto files 1.0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule opentelemetry-proto
updated
28 files
+2 −1 | .github/auto_assign.yml | |
+16 −0 | .github/workflows/build-check.yaml | |
+2 −0 | .gitignore | |
+18 −0 | .markdown_link_check_config.json | |
+23 −5 | CHANGELOG.md | |
+17 −2 | Makefile | |
+46 −30 | README.md | |
+3 −8 | RELEASING.md | |
+8 −0 | docs/README.md | |
+19 −0 | docs/design-goals.md | |
+ − | docs/img/otlp-client-server.png | |
+ − | docs/img/otlp-concurrent.png | |
+ − | docs/img/otlp-multi-destination.png | |
+ − | docs/img/otlp-request-response.png | |
+ − | docs/img/otlp-sequential.png | |
+99 −0 | docs/requirements.md | |
+721 −0 | docs/specification.md | |
+43 −0 | examples/README.md | |
+100 −0 | examples/logs.json | |
+107 −0 | examples/metrics.json | |
+51 −0 | examples/trace.json | |
+2 −2 | opentelemetry/proto/collector/trace/v1/trace_service_http.yaml | |
+4 −0 | opentelemetry/proto/common/v1/common.proto | |
+36 −10 | opentelemetry/proto/logs/v1/logs.proto | |
+18 −8 | opentelemetry/proto/metrics/v1/metrics.proto | |
+10 −14 | opentelemetry/proto/trace/v1/trace.proto | |
+815 −0 | package-lock.json | |
+5 −0 | package.json |