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

TypeAlias FloatString

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

Source from the content-addressed store, hash-verified

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

Callers 1

UnmarshalJSONMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected