-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backend: add /metrics endpoint #1419
Conversation
Please rebase pull request. |
@@ -0,0 +1,11 @@ | |||
apiVersion: security.istio.io/v1beta1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is similar to #1420
6fa9c47
to
76b2630
Compare
76b2630
to
a032edc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me. This sets the stage nicely for also adding a /healthz
endpoint with leader-election integration.
I had one suggestion, but not a requirement if you don't like it or it wouldn't work.
a032edc
to
8eff997
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it. Had a further suggestion but, again, not required.
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
8eff997
to
1b1b8c5
Compare
What this PR does
Jira:
Link to demo recording:
Special notes for your reviewer