Difference between revisions of "/metrics"
Jump to navigation
Jump to search
↑ https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1182188
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
+ | |||
+ | {{eks:k8s-metrics}} | ||
+ | |||
+ | |||
+ | {{cluster-read-only-role}} | ||
+ | |||
+ | == Related == | ||
+ | * [[Loki]]: http://localhost:[[3100]]/metrics | ||
+ | |||
+ | == See also == | ||
* {{kubectl describe clusterrole}} | * {{kubectl describe clusterrole}} | ||
+ | |||
+ | [[Category:kubectl]] |
Latest revision as of 18:24, 15 December 2023
kubectl describe clusterrole eks:k8s-metrics Name: eks:k8s-metrics Labels: <none> Annotations: <none> PolicyRule: Resources Non-Resource URLs Resource Names Verbs --------- ----------------- -------------- ----- [ /metrics ] [] [get] endpoints [] [] [list] nodes [] [] [list] pods [] [] [list] deployments.apps [] [] [list]
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: cluster-read-only-role [1] rules: - apiGroups: ["*"] resources: ["*"] verbs: ["get","watch","list"] - nonResourceURLs: - /metrics verbs: - get
Related[edit]
- Loki: http://localhost:3100/metrics
See also[edit]
Advertising: