Skip to content

Commit

Permalink
Scrape master's components every 5s.
Browse files Browse the repository at this point in the history
  • Loading branch information
mm4tt committed Apr 23, 2019
1 parent 1ca76bb commit 45d4881
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
endpoints:
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
interval: 30s
interval: 5s
port: https
scheme: https
tlsConfig:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: monitoring
spec:
endpoints:
- interval: 30s
- interval: 5s
metricRelabelings:
- action: drop
regex: etcd_(debugging|disk|request|server).*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: monitoring
spec:
endpoints:
- interval: 30s
- interval: 5s
port: http-metrics
jobLabel: k8s-app
namespaceSelector:
Expand Down

0 comments on commit 45d4881

Please sign in to comment.