Skip to content

Commit

Permalink
fix some metrics which are not actually histograms
Browse files Browse the repository at this point in the history
  • Loading branch information
chadpatel committed Oct 16, 2023
1 parent d1a2dc4 commit c4f75bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ var (
"^apiserver_requested_deprecated_apis$",
"^apiserver_storage_list_duration_seconds_(bucket|sum|count)$",
"^apiserver_storage_objects$",
"^apiserver_storage_db_total_size_in_bytes_(bucket|sum|count)$",
"^apiserver_storage_size_bytes_(bucket|sum|count)$",
"^etcd_db_total_size_in_bytes_(bucket|sum|count)$",
"^apiserver_storage_db_total_size_in_bytes$",
"^apiserver_storage_size_bytes$",
"^etcd_db_total_size_in_bytes$",
"^etcd_request_duration_seconds_(bucket|sum|count)$",
"^rest_client_request_duration_seconds_(bucket|sum|count)$",
"^rest_client_requests_total$",
Expand Down

0 comments on commit c4f75bb

Please sign in to comment.