Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a104cc

Browse files
committed
Update generated gRPC files
1 parent f24f826 commit 6a104cc

File tree

4 files changed

+450
-4
lines changed

4 files changed

+450
-4
lines changed

ext/opentelemetry-ext-grpc/examples/codegen.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@
1818

1919
def main():
2020
return protoc.main(
21-
["-I.", "--python_out=.", "--grpc_python_out=.", "helloworld.proto"]
21+
[
22+
"-I.",
23+
"--python_out=.",
24+
"--grpc_python_out=.",
25+
"helloworld.proto",
26+
"route_guide.proto",
27+
]
2228
)
2329

2430

ext/opentelemetry-ext-grpc/examples/helloworld_pb2.py

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/opentelemetry-ext-grpc/examples/route_guide_pb2.py

Lines changed: 328 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)