Skip to content

Commit

Permalink
Merge pull request #45 from abhi-sumo/patch-4
Browse files Browse the repository at this point in the history
CPU % extra metrics
  • Loading branch information
samjsong committed Jun 19, 2019
2 parents 6068d23 + ff5d4f7 commit e24e2ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/helm/overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ prometheus:
- action: keep
regex: kubelet;container_spec_memory_(?:|swap|reservation)_limit_bytes
sourceLabels: [job, __name__]
- action: keep
regex: kubelet;container_spec_cpu_(?:|quota|period)
sourceLabels: [job, __name__]
- url: http://fluentd:9888/prometheus.metrics.container
writeRelabelConfigs:
- action: drop
Expand Down

0 comments on commit e24e2ad

Please sign in to comment.