Home
last modified time | relevance | path

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

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-go/internal/metrics/
H A Dreporter_test.go65 "cpu.user": metricspb.MetricKind_COUNTER,
66 "cpu.sys": metricspb.MetricKind_COUNTER,
67 "cpu.usage": metricspb.MetricKind_COUNTER,
68 "cpu.total": metricspb.MetricKind_COUNTER,
69 "net.bytes_sent": metricspb.MetricKind_COUNTER,
70 "net.bytes_recv": metricspb.MetricKind_COUNTER,
73 "runtime.go.cpu.user": metricspb.MetricKind_COUNTER,
74 "runtime.go.cpu.sys": metricspb.MetricKind_COUNTER,
76 "runtime.go.gc.count": metricspb.MetricKind_COUNTER,
H A Dreporter.go168 …go.cpu.user", m.ProcessCPU.User-r.stored.ProcessCPU.User, metricspb.MetricKind_COUNTER, intervals))
169 …cpu.sys", m.ProcessCPU.System-r.stored.ProcessCPU.System, metricspb.MetricKind_COUNTER, intervals))
170 ….count", float64(m.Runtime.NumGC-r.stored.Runtime.NumGC), metricspb.MetricKind_COUNTER, intervals))
178 …ddFloat("cpu.sys", cpu.System-r.stored.CPU[label].System, metricspb.MetricKind_COUNTER, intervals))
179 …r.addFloat("cpu.user", cpu.User-r.stored.CPU[label].User, metricspb.MetricKind_COUNTER, intervals))
180 …ddFloat("cpu.total", cpu.Total-r.stored.CPU[label].Total, metricspb.MetricKind_COUNTER, intervals))
181 …ddFloat("cpu.usage", cpu.Usage-r.stored.CPU[label].Usage, metricspb.MetricKind_COUNTER, intervals))
184 …t64(nic.BytesReceived-r.stored.NIC[label].BytesReceived), metricspb.MetricKind_COUNTER, intervals))
185 …t", float64(nic.BytesSent-r.stored.NIC[label].BytesSent), metricspb.MetricKind_COUNTER, intervals))
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-go/internal/metrics/
H A Dreporter_test.go65 "cpu.user": metricspb.MetricKind_COUNTER,
66 "cpu.sys": metricspb.MetricKind_COUNTER,
67 "cpu.usage": metricspb.MetricKind_COUNTER,
68 "cpu.total": metricspb.MetricKind_COUNTER,
69 "net.bytes_sent": metricspb.MetricKind_COUNTER,
70 "net.bytes_recv": metricspb.MetricKind_COUNTER,
73 "runtime.go.cpu.user": metricspb.MetricKind_COUNTER,
74 "runtime.go.cpu.sys": metricspb.MetricKind_COUNTER,
76 "runtime.go.gc.count": metricspb.MetricKind_COUNTER,
H A Dreporter.go168 …go.cpu.user", m.ProcessCPU.User-r.stored.ProcessCPU.User, metricspb.MetricKind_COUNTER, intervals))
169 …cpu.sys", m.ProcessCPU.System-r.stored.ProcessCPU.System, metricspb.MetricKind_COUNTER, intervals))
170 ….count", float64(m.Runtime.NumGC-r.stored.Runtime.NumGC), metricspb.MetricKind_COUNTER, intervals))
178 …ddFloat("cpu.sys", cpu.System-r.stored.CPU[label].System, metricspb.MetricKind_COUNTER, intervals))
179 …r.addFloat("cpu.user", cpu.User-r.stored.CPU[label].User, metricspb.MetricKind_COUNTER, intervals))
180 …ddFloat("cpu.total", cpu.Total-r.stored.CPU[label].Total, metricspb.MetricKind_COUNTER, intervals))
181 …ddFloat("cpu.usage", cpu.Usage-r.stored.CPU[label].Usage, metricspb.MetricKind_COUNTER, intervals))
184 …t64(nic.BytesReceived-r.stored.NIC[label].BytesReceived), metricspb.MetricKind_COUNTER, intervals))
185 …t", float64(nic.BytesSent-r.stored.NIC[label].BytesSent), metricspb.MetricKind_COUNTER, intervals))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-common/golang/protobuf/metricspb/
H A Dmetrics.pb.go52 MetricKind_COUNTER MetricKind = 1 const
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-common/golang/protobuf/metricspb/
H A Dmetrics.pb.go52 MetricKind_COUNTER MetricKind = 1
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-common/golang/gogo/metricspb/
H A Dmetrics.pb.go56 MetricKind_COUNTER MetricKind = 1 const
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-common/golang/gogo/metricspb/
H A Dmetrics.pb.go56 MetricKind_COUNTER MetricKind = 1 const