MCPcopy Create free account
hub / github.com/prometheus/common / FloatString

TypeAlias FloatString

model/value_histogram.go:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type FloatString float64
24
25func (v FloatString) String() string {
26 return strconv.FormatFloat(float64(v), 'f', -1, 64)

Callers 1

UnmarshalJSONMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected