mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 09:47:54 +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",
|
||||
"resources": [
|
||||
{
|
||||
"name": "pods/http_requests_total",
|
||||
"name": "pods/http_requests_per_second",
|
||||
"singularName": "",
|
||||
"namespaced": true,
|
||||
"kind": "MetricValueList",
|
||||
"verbs": ["get"]
|
||||
},
|
||||
{
|
||||
"name": "namespaces/http_requests_total",
|
||||
"name": "namespaces/http_requests_per_second",
|
||||
"singularName": "",
|
||||
"namespaced": false,
|
||||
"kind": "MetricValueList",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue