Closed
Description
What version of Knative?
0.23.0
Expected Behavior
When there is no request sent to the pod, the memory usage of queue-proxy should be a constant or at least a stable value.
Actual Behavior
When there is no request sent to the pod, the memory usage slowly increases. Specifically, the queue-proxy's memory is increasing. Don't know if it is a memory leak.
Steps to Reproduce the Problem
- In
config-observability
, setmetrics.backend-destination: prometheus
andmetrics.request-metrics-backend-destination: prometheus
- Set annotations of
prometheus.io
for ksvc you want atksvc.spec.template.metadata.annotation
where port is 9091 and path is /metrics - Create ksvc and watch the pod.