Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Schultz, Lucian
lab-grpc
Commits
ebd8bcea
Commit
ebd8bcea
authored
Mar 01, 2021
by
Nane Kratzke
Browse files
Monitor service
parent
d96a2e04
Changes
1
Hide whitespace changes
Inline
Side-by-side
grpc/greeter_monitor.py
View file @
ebd8bcea
...
...
@@ -36,4 +36,7 @@ def monitor():
f
"n =
{
n
}
"
])
app
.
run
(
host
=
"0.0.0.0"
,
port
=
8080
)
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
)
Write
Preview
Supports
Markdown
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