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
Our metrics currently capture errors and associate them with an inferenceModel and targetModel:
gateway-api-inference-extension/pkg/epp/metrics/metrics.go
Line 170 in 189f0dc
We should also include the endpoint that the error is affiliated with to better catch faulty pods/nodes.
Additionally errors such as ERR_CONNECTION_REFUSED don't have an explicit error code. The deferred error capture here:
ERR_CONNECTION_REFUSED
gateway-api-inference-extension/pkg/epp/handlers/streamingserver.go
Line 65 in 189f0dc
The text was updated successfully, but these errors were encountered:
Do you have any examples of triggering errors without an explicit error code like ERR_CONNECTION_REFUSED ?
Sorry, something went wrong.
No branches or pull requests
Our metrics currently capture errors and associate them with an inferenceModel and targetModel:
gateway-api-inference-extension/pkg/epp/metrics/metrics.go
Line 170 in 189f0dc
We should also include the endpoint that the error is affiliated with to better catch faulty pods/nodes.
Additionally errors such as
ERR_CONNECTION_REFUSED
don't have an explicit error code. The deferred error capture here:gateway-api-inference-extension/pkg/epp/handlers/streamingserver.go
Line 65 in 189f0dc
The text was updated successfully, but these errors were encountered: