Skip to content

Commit

Permalink
updates for pull request
Browse files Browse the repository at this point in the history
@RafalSkolasinski, here are the updates requested on the pull request.
  • Loading branch information
ntorba605 committed Jul 27, 2020
1 parent 7275ff0 commit 844641c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/seldon_core/microservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,12 @@ def main():
)

parser.add_argument(
"--metrics_port",
"--metrics-port",
type=int,
default=int(
os.environ.get(METRICS_SERVICE_PORT_ENV_NAME, DEFAULT_METRICS_PORT)
),
help="Set port of seldon service",
help="Set metrics port of seldon service",
)

args = parser.parse_args()
Expand Down

0 comments on commit 844641c

Please sign in to comment.