Home
last modified time | relevance | path

Searched refs:formatSingleStat (Results 1 – 1 of 1) sorted by relevance

/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/exporter/metric/internal/statsd/
H A Dconn.go243 e.formatSingleStat(rec, pt, format, buf)
251 e.formatSingleStat(rec, sum, formatCounter, buf)
258 e.formatSingleStat(rec, lv, formatGauge, buf)
265 func (e *Exporter) formatSingleStat(rec export.Record, val core.Number, fmtStr string, buf *bytes.B… func