MCPcopy
hub / github.com/prometheus/client_golang / formatTime

Function formatTime

api/prometheus/v1/api.go:1500–1502  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

1498}
1499
1500func formatTime(t time.Time) string {
1501 return strconv.FormatFloat(float64(t.Unix())+float64(t.Nanosecond())/1e9, 'f', -1, 64)
1502}

Callers 7

DeleteSeriesMethod · 0.85
LabelNamesMethod · 0.85
LabelValuesMethod · 0.85
QueryMethod · 0.85
QueryRangeMethod · 0.85
SeriesMethod · 0.85
QueryExemplarsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected