-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hotrod] Move metrics endpoints from route to frontend service (#4720)
## Which problem is this PR solving? - Previously, for unexplained reasons, the metrics endpoints (/metrics and /debug/expvar) in HotROD were served from the route service. That means 8083 port was also required to be exposed. ## Description of the changes - Move metrics handlers to the frontend service - Return error from root service ## How was this change tested? ``` $ curl http://0.0.0.0:8083/metrics endpoint moved to the frontend service ``` --------- Signed-off-by: Yuri Shkuro <github@ysh.us>
- Loading branch information
1 parent
be0a7fc
commit 0daccea
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters