mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-03 11:45:20 +00:00
* add a metrics package to handle metric registration and publishing * add a metricsAddress field to the server struct * make metrics a part of the server * start a metrics endpoint as part of starting the controllers * instrument backup_controller to report metrics * update cli-reference docs * update example deployments with prometheus annotations * update 'pkg/install' tooling with prometheus annotations Signed-off-by: Ashish Amarnath <ashish.amarnath@gmail.com>
24 lines
842 B
Plaintext
24 lines
842 B
Plaintext
Prometheus instrumentation library for Go applications
|
|
Copyright 2012-2015 The Prometheus Authors
|
|
|
|
This product includes software developed at
|
|
SoundCloud Ltd. (http://soundcloud.com/).
|
|
|
|
|
|
The following components are included in this product:
|
|
|
|
perks - a fork of https://github.com/bmizerany/perks
|
|
https://github.com/beorn7/perks
|
|
Copyright 2013-2015 Blake Mizerany, Björn Rabenstein
|
|
See https://github.com/beorn7/perks/blob/master/README.md for license details.
|
|
|
|
Go support for Protocol Buffers - Google's data interchange format
|
|
http://github.com/golang/protobuf/
|
|
Copyright 2010 The Go Authors
|
|
See source code for license details.
|
|
|
|
Support for streaming Protocol Buffer messages for the Go language (golang).
|
|
https://github.com/matttproud/golang_protobuf_extensions
|
|
Copyright 2013 Matt T. Proud
|
|
Licensed under the Apache License, Version 2.0
|