We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When making a request to a deactive service /metrics, I expect the service to activate and handle the request.
The activator's /metrics endpoint hijacks the request and returns it's own internal metrics
/metrics
Metrics and other control plane request handlers must run on a different port in order to not collide with the data plane.
The text was updated successfully, but these errors were encountered:
/cc @akyyy @josephburnett
Sorry, something went wrong.
I think we should move the metrics exporting to another port.
/cc @mdemirhan
Use separate port for serving activator metrics (knative#2043)
b190088
Activator will continue serving data on port 8080, but will now serve metrics on port 9090. Fixes knative#2043
Use separate port for serving activator metrics (#2043) (#2081)
0b9c75b
Activator will continue serving data on port 8080, but will now serve metrics on port 9090. Fixes #2043
tanzeeb
No branches or pull requests
Expected Behavior
When making a request to a deactive service /metrics, I expect the service to activate and handle the request.
Actual Behavior
The activator's /metrics endpoint hijacks the request and returns it's own internal metrics
Steps to Reproduce the Problem
/metrics
Additional Info
Metrics and other control plane request handlers must run on a different port in order to not collide with the data plane.
The text was updated successfully, but these errors were encountered: