type github.com/prometheus/client_golang/prometheus.ValueType
9 uses
github.com/prometheus/client_golang/prometheus (current package)
go_collector.go#L365: valType ValueType
value.go#L26: type ValueType int
value.go#L30: _ ValueType = iota
value.go#L45: valType ValueType
value.go#L56: func newValueFunc(desc *Desc, valueType ValueType, function func() float64) *valueFunc {
value.go#L82: func NewConstMetric(desc *Desc, valueType ValueType, value float64, labelValues ...string) (Metric, error) {
value.go#L99: func MustNewConstMetric(desc *Desc, valueType ValueType, value float64, labelValues ...string) Metric {
value.go#L109: valType ValueType
value.go#L123: t ValueType,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |