After upgrading from spring boot version 2.6.7 to version 2.7.0 we lost some of our metrics. Specifically we are missing http_server metrics like

  • http_server_requests_seconds_sum
  • http_server_requests_seconds_count

other metrics like http_client_requests* are still available.

Those http_server metrics are not on the list of changed metrics in the release notes.

Comment From: snicoll

Thanks, this is a duplicate of #31150