containerd/server
Michael Crosby fd29dbe4c8 Enable grpc timing histograms
This enables the grpc timing histograms via a config option as they are
metrics of high cardinality.

This is useful for perf testing and debugging but should not be the
default on production systems unless needed.

```toml
[metrics]
	grpc_histogram = true

```

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-01-05 15:03:15 -05:00
..
config.go Enable grpc timing histograms 2018-01-05 15:03:15 -05:00
server_linux.go server: only warn on failed OOM score adjust 2017-12-11 14:32:56 -08:00
server_solaris.go Use defaults pkg for all platforms 2017-11-28 18:04:21 -08:00
server_test.go Validate that root and state paths are different. 2017-11-10 12:32:51 -05:00
server_unsupported.go Use defaults pkg for all platforms 2017-11-28 18:04:21 -08:00
server_windows.go Use defaults pkg for all platforms 2017-11-28 18:04:21 -08:00
server.go Enable grpc timing histograms 2018-01-05 15:03:15 -05:00