Skip to content
Snippets Groups Projects
Commit 3a6a0d08 authored by root's avatar root
Browse files

make generate

parent 6dfbcf35
Branches
Tags
No related merge requests found
......@@ -7,7 +7,8 @@ metadata:
namespace: monitoring
spec:
endpoints:
- interval: 30s
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
interval: 30s
metricRelabelings:
- action: drop
regex: kubelet_(pod_worker_latency_microseconds|pod_start_latency_microseconds|cgroup_manager_latency_microseconds|pod_worker_start_latency_microseconds|pleg_relist_latency_microseconds|pleg_relist_interval_microseconds|runtime_operations|runtime_operations_latency_microseconds|runtime_operations_errors|eviction_stats_age_microseconds|device_plugin_registration_count|device_plugin_alloc_latency_microseconds|network_plugin_operations_latency_microseconds)
......@@ -45,7 +46,10 @@ spec:
regex: etcd_(debugging|disk|request|server).*
sourceLabels:
- __name__
port: http-metrics
port: https-metrics
scheme: https
tlsConfig:
insecureSkipVerify: true
jobLabel: k8s-app
namespaceSelector:
matchNames:
......
......@@ -7,8 +7,12 @@ metadata:
namespace: monitoring
spec:
endpoints:
- interval: 30s
port: http-metrics
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
interval: 30s
port: https-metrics
scheme: https
tlsConfig:
insecureSkipVerify: true
jobLabel: k8s-app
namespaceSelector:
matchNames:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment