kubernetes/pkg/kubelet/stats
Kubernetes Submit Queue 5636634879
Merge pull request #56112 from dashpole/on_demand_metrics
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Enable on-demand collection of node metrics

**What this PR does / why we need it**:
This PR enables collecting node-level metrics on-demand.  This is useful because it allows the kubelet to respond to resource pressure more quickly.

**Which issue(s) this PR fixes**:
Ref: #51745

**Release note**:
```release-note
NONE
```

/sig node
/priority important-soon
/kind bug

/assign @vishh @derekwaynecarr 
cc @tallclair
2018-01-12 15:38:42 -08:00
..
BUILD Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
cadvisor_stats_provider_test.go Fix TestCadvisorListPodStats failure under mac/darwin 2017-12-26 19:59:50 -05:00
cadvisor_stats_provider.go Integrating cadvisor stats to CRI Pod stats collection 2017-11-22 22:48:37 -08:00
cri_stats_provider_test.go Modifying cri stats test cases 2017-11-22 22:48:43 -08:00
cri_stats_provider.go Fixing logs for cri stats 2018-01-11 09:43:12 -08:00
helper_test.go Change StatsProvider interface to provide container stats from either cadvisor or CRI and implement this interface using cadvisor 2017-08-25 13:11:26 -07:00
helper.go enable on-demand metrics for eviction 2018-01-08 10:20:02 -08:00
stats_provider_test.go enable on-demand metrics for eviction 2018-01-08 10:20:02 -08:00
stats_provider.go enable on-demand metrics for eviction 2018-01-08 10:20:02 -08:00