mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
Add otel-proto as a submodule
Adds the opentelemetry-proto[^1] repository as a git submodule, so that we can make use of the OTelp Protobuf definitions. [^1]: https://github.com/open-telemetry/opentelemetry-proto
This commit is contained in:
parent
38515c1b9a
commit
4eb36a4e94
2 changed files with 5 additions and 0 deletions
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[submodule "third-party/opentelemetry-proto"]
|
||||
path = third-party/opentelemetry-proto
|
||||
url = https://github.com/open-telemetry/opentelemetry-proto.git
|
||||
branch = main
|
||||
1
third-party/opentelemetry-proto
vendored
Submodule
1
third-party/opentelemetry-proto
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 049d4332834935792fd4dbd392ecd31904f99ba2
|
||||
Loading…
Reference in a new issue