forked from open-telemetry/opentelemetry-proto-go
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
a9bd1b3
commit 7aa5296
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule opentelemetry-proto
updated
15 files
+3 −9 | .github/CODEOWNERS | |
+36 −1 | CHANGELOG.md | |
+1 −1 | CONTRIBUTING.md | |
+12 −11 | Makefile | |
+6 −6 | 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 |