repositorypackage
0.0.0-20180820145538-40aa506a5a3c
Repository: https://github.com/0xrlg/ocworkqueue.git
Documentation: pkg.go.dev
# README
OpenCensus Workqueue MetricsProvider
This package implements a k8s.io/client-go/util/workqueue.MetricsProvider
backed by OpenCensus measurements.
Installation
$ go get -u github.com/0xRLG/ocworkqueue
The API of opencensus is still evolving, see their: Deprecation Policy. The use of vendoring or a dependency management tool is recommended.
Prerequisites
OpenCenusus requires Go 1.8 or later, therefor this project also requires Go 1.8 or later.
Usage
See the GoDoc for usage information.