Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
type
FloatString float64
24
25
func
(v FloatString) String() string {
26
return
strconv.FormatFloat(float64(v),
'f'
, -1, 64)
Callers
1
UnmarshalJSON
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected