mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 22:25:03 +00:00
Update config-walkthrough.md
correction
This commit is contained in:
parent
2cc6362964
commit
d606da12b7
1 changed files with 2 additions and 2 deletions
|
|
@ -160,14 +160,14 @@ configuration, we should see discovery information at
|
||||||
"groupVersion": "custom.metrics.k8s.io/v1beta1",
|
"groupVersion": "custom.metrics.k8s.io/v1beta1",
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
{
|
||||||
"name": "pods/http_requests_total",
|
"name": "pods/http_requests_per_second",
|
||||||
"singularName": "",
|
"singularName": "",
|
||||||
"namespaced": true,
|
"namespaced": true,
|
||||||
"kind": "MetricValueList",
|
"kind": "MetricValueList",
|
||||||
"verbs": ["get"]
|
"verbs": ["get"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "namespaces/http_requests_total",
|
"name": "namespaces/http_requests_per_second",
|
||||||
"singularName": "",
|
"singularName": "",
|
||||||
"namespaced": false,
|
"namespaced": false,
|
||||||
"kind": "MetricValueList",
|
"kind": "MetricValueList",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue