Skip to content
Snippets Groups Projects
Commit 0c37f1c9 authored by Jan David Mol's avatar Jan David Mol
Browse files

Fix port argument parsing

parent e3a30332
Branches
Tags
1 merge request!1058Fix port argument parsing
......@@ -78,11 +78,13 @@ def _create_parser():
parser.add_argument(
"--port",
default=50051,
type=int,
help="HTTP port to listen on.",
)
parser.add_argument(
"--metrics-port",
default=8001,
type=int,
help="Prometheus metrics HTTP port.",
)
parser.add_argument(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment