mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-08 10:26:41 +00:00
Implement metrics for Windows Nodes
This implements stats for windows nodes in a new package, winstats. WinStats exports methods to get cadvisor like datastructures, however with windows specific metrics. WinStats only gets node level metrics and information, container stats will go via the CRI. This enables the use of the summary api to get metrics for windows nodes.
This commit is contained in:
15
vendor/github.com/lxn/win/README.mdown
generated
vendored
Normal file
15
vendor/github.com/lxn/win/README.mdown
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
About win
|
||||
=========
|
||||
|
||||
win is a Windows API wrapper package for Go.
|
||||
|
||||
Originally part of [walk](https://github.com/lxn/walk), it is now a separate
|
||||
project.
|
||||
|
||||
Setup
|
||||
=====
|
||||
|
||||
Make sure you have a working Go installation.
|
||||
See [Getting Started](http://golang.org/doc/install.html)
|
||||
|
||||
Now run `go get github.com/lxn/win`
|
||||
Reference in New Issue
Block a user