Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Schultz, Lucian
lab-grpc
Commits
0f5a29c3
Commit
0f5a29c3
authored
Mar 01, 2021
by
Nane Kratzke
Browse files
Monitor
parent
ebd8bcea
Changes
1
Hide whitespace changes
Inline
Side-by-side
grpc/greeter_monitor.py
View file @
0f5a29c3
...
...
@@ -39,4 +39,4 @@ def monitor():
print
(
f
"gRPC service =>
{
grpc_svc
}
:
{
grpc_port
}
"
)
print
(
f
"REST service =>
{
rest_svc
}
:
{
rest_port
}
"
)
app
.
run
(
host
=
"0.0.0.0"
,
port
=
port
)
app
.
run
(
host
=
"0.0.0.0"
,
port
=
8080
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment