Monitoring http endpoints (by particular path)

Is possible some how to get metrics by http ingress path? (request/response rates by paths and so on)

Configuration example:

http:
  paths:
  - backend:
      serviceName: httpbin-2
      servicePort: 443
    path: /bar
  - backend:
      serviceName: httpbin-2
      servicePort: 443
    path: /foo

In nginx ingress controller it works by default, so I wondering if it’s possible to configure it with Kong ingress controller? (“/foo”, “/bar”)

Yes if you keep a single path in each Ingress resource.