[prometheus-adapter] fix(README.md): Fixed the default docs to use "node" label rather tha… (#889)

* fix(README.md): Fixed the default docs to use "node" label rather than "instance"
* chore(version): Version bump

Signed-off-by: Abhinav Khanna <abhi@abhinavs-mini.lan>
Co-authored-by: Abhinav Khanna <abhi@abhinavs-mini.lan>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
This commit is contained in:
Abhinav Khanna
2021-06-15 09:23:56 -05:00
committed by GitHub
co-authored by Abhinav Khanna André Bauer
parent 5477284197
commit 1ff1c77b7e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: prometheus-adapter
version: 2.14.1
version: 2.14.2
appVersion: v0.8.4
description: A Helm chart for k8s prometheus adapter
home: https://github.com/DirectXMan12/k8s-prometheus-adapter
+2 -2
View File
@@ -122,7 +122,7 @@ rules:
nodeQuery: sum(rate(container_cpu_usage_seconds_total{<<.LabelMatchers>>, id='/'}[3m])) by (<<.GroupBy>>)
resources:
overrides:
instance:
node:
resource: node
namespace:
resource: namespace
@@ -134,7 +134,7 @@ rules:
nodeQuery: sum(container_memory_working_set_bytes{<<.LabelMatchers>>,id='/'}) by (<<.GroupBy>>)
resources:
overrides:
instance:
node:
resource: node
namespace:
resource: namespace
+2 -2
View File
@@ -90,7 +90,7 @@ rules:
# nodeQuery: sum(rate(container_cpu_usage_seconds_total{<<.LabelMatchers>>, id='/'}[3m])) by (<<.GroupBy>>)
# resources:
# overrides:
# instance:
# node:
# resource: node
# namespace:
# resource: namespace
@@ -102,7 +102,7 @@ rules:
# nodeQuery: sum(container_memory_working_set_bytes{<<.LabelMatchers>>,id='/'}) by (<<.GroupBy>>)
# resources:
# overrides:
# instance:
# node:
# resource: node
# namespace:
# resource: namespace