1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-16 10:19:23 +02:00
opentelemetry-go/api/metric
Damien Mathieu f863bfbd86 rename noop_meter.go to noop.go (#180)
The file defines noopMeter, noopHandler and noopLabelSet. Renaming it to
the more generic `noop.go` makes it clearer that several structs are
defined there.
2019-10-10 12:46:06 -07:00
..
api.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
common.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
counter.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
doc.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
gauge.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
global.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
kind_string.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
measure.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
noop.go rename noop_meter.go to noop.go (#180) 2019-10-10 12:46:06 -07:00
observer.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
value_test.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
value.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00