Skip to content

Commit

Permalink
Collect nginx ingress controller metrics related to request and respo…
Browse files Browse the repository at this point in the history
…nse sizes

These two metrics are described in the ingress-nginx documentation here:
<https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/monitoring.md>
  • Loading branch information
rgs committed May 3, 2024
1 parent a300869 commit f8e65cd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
HISTOGRAM_METRICS = [
{'nginx_ingress_controller_response_duration_seconds': 'controller.response.duration'},
{'nginx_ingress_controller_request_duration_seconds': 'controller.request.duration'},
{'nginx_ingress_controller_response_size': 'controller.response.size'},
{'nginx_ingress_controller_request_size': 'controller.request.size'},
]


Expand Down

0 comments on commit f8e65cd

Please sign in to comment.