Skip to content

Commit

Permalink
Fix k8s event metricset name in metricbeat k8s deploy script (#5940)
Browse files Browse the repository at this point in the history
  • Loading branch information
walktall authored and andrewkroh committed Dec 22, 2017
1 parent 24b3b8e commit 226c3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/metricbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ data:
- state_pod
- state_container
# Uncomment this to get k8s events:
#- events
#- event
period: 10s
hosts: ["kube-state-metrics:8080"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ data:
- state_pod
- state_container
# Uncomment this to get k8s events:
#- events
#- event
period: 10s
hosts: ["kube-state-metrics:8080"]

0 comments on commit 226c3a7

Please sign in to comment.