type go.opentelemetry.io/otel/api/metric.Float64ValueRecorder
8 uses
go.opentelemetry.io/otel/api/metric (current package)
meter.go#L120: func (m Meter) NewFloat64ValueRecorder(name string, opts ...InstrumentOption) (Float64ValueRecorder, error) {
must.go#L88: func (mm MeterMust) NewFloat64ValueRecorder(name string, mos ...InstrumentOption) Float64ValueRecorder {
sync.go#L189: func wrapFloat64ValueRecorderInstrument(syncInst SyncImpl, err error) (Float64ValueRecorder, error) {
sync.go#L191: return Float64ValueRecorder{syncInstrument: common}, err
valuerecorder.go#L24: type Float64ValueRecorder struct {
valuerecorder.go#L49: func (c Float64ValueRecorder) Bind(labels ...label.KeyValue) (h BoundFloat64ValueRecorder) {
valuerecorder.go#L63: func (c Float64ValueRecorder) Measurement(value float64) Measurement {
valuerecorder.go#L76: func (c Float64ValueRecorder) Record(ctx context.Context, value float64, labels ...label.KeyValue) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |