func github.com/golang/protobuf/proto.Float64
23 uses
github.com/golang/protobuf/proto (current package)
wrappers.go#L31: func Float64(v float64) *float64 { return &v }
github.com/prometheus/client_golang/prometheus
histogram.go#L323: SampleSum: proto.Float64(math.Float64frombits(atomic.LoadUint64(&coldCounts.sumBits))),
histogram.go#L330: UpperBound: proto.Float64(upperBound),
histogram.go#L503: his.SampleSum = proto.Float64(h.sum)
histogram.go#L508: UpperBound: proto.Float64(upperBound),
summary.go#L302: sum.SampleSum = proto.Float64(s.sum)
summary.go#L312: Quantile: proto.Float64(rank),
summary.go#L313: Value: proto.Float64(q),
summary.go#L475: SampleSum: proto.Float64(math.Float64frombits(atomic.LoadUint64(&coldCounts.sumBits))),
summary.go#L666: sum.SampleSum = proto.Float64(s.sum)
summary.go#L670: Quantile: proto.Float64(rank),
summary.go#L671: Value: proto.Float64(q),
value.go#L131: m.Counter = &dto.Counter{Value: proto.Float64(v)}
value.go#L133: m.Gauge = &dto.Gauge{Value: proto.Float64(v)}
value.go#L135: m.Untyped = &dto.Untyped{Value: proto.Float64(v)}
github.com/prometheus/common/expfmt
text_parse.go#L403: p.currentMetric.Counter = &dto.Counter{Value: proto.Float64(value)}
text_parse.go#L405: p.currentMetric.Gauge = &dto.Gauge{Value: proto.Float64(value)}
text_parse.go#L407: p.currentMetric.Untyped = &dto.Untyped{Value: proto.Float64(value)}
text_parse.go#L417: p.currentMetric.Summary.SampleSum = proto.Float64(value)
text_parse.go#L422: Quantile: proto.Float64(p.currentQuantile),
text_parse.go#L423: Value: proto.Float64(value),
text_parse.go#L436: p.currentMetric.Histogram.SampleSum = proto.Float64(value)
text_parse.go#L441: UpperBound: proto.Float64(p.currentBucket),
 |
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. |