From 32f1ba79797bc34b71e1fb19280496aace8728a3 Mon Sep 17 00:00:00 2001 From: Coleman Rollins Date: Mon, 25 Nov 2024 10:50:44 -0800 Subject: [PATCH] [cr] remove old reference to k8s project --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b39d104..fc5889b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ Consider the following use cases: -- Implement de-duplication of all existing queries that use the KSM requests and limits metrics -- Blanket-ignore pods named `POD` for all CPU usage queries -- Support both OpenCost and cloudcost-exporter in all cost queries -- Support both Node Exporter and Windows Exporter in all memory usage queries +- Implement de-duplication of all existing queries +- Establish patterns for writing new queries +- Create reusable snippets that accept arguments for metric labels The library in this directory is an effort to reduce the potential toil involved in refactoring tasks like those mentioned above.