Update compatibility matrix to include 1.28 (#2209)

* Update compatibility matrix to include 1.28

* jb update and generate

* drop deprecated metric and generate
This commit is contained in:
Philip Gough
2023-08-31 15:30:03 +01:00
committed by GitHub
parent 18ed0ffb87
commit fb1f32d8ef
8 changed files with 86 additions and 29 deletions

View File

@@ -14,7 +14,7 @@
// Drop all apiserver metrics which are deprecated in kubernetes.
{
sourceLabels: ['__name__'],
regex: 'apiserver_(request_count|request_latencies|request_latencies_summary|dropped_requests|storage_data_key_generation_latencies_microseconds|storage_transformation_failures_total|storage_transformation_latencies_microseconds|proxy_tunnel_sync_latency_secs|longrunning_gauge|registered_watchers)',
regex: 'apiserver_(request_count|request_latencies|request_latencies_summary|dropped_requests|storage_data_key_generation_latencies_microseconds|storage_transformation_failures_total|storage_transformation_latencies_microseconds|proxy_tunnel_sync_latency_secs|longrunning_gauge|registered_watchers|storage_db_total_size_in_bytes)',
action: 'drop',
},
// Drop all docker metrics which are deprecated in kubernetes.