type go.opentelemetry.io/otel/api/metric.Int64ValueRecorder
8 uses
go.opentelemetry.io/otel/api/metric (current package)
meter.go#L111: func (m Meter) NewInt64ValueRecorder(name string, opts ...InstrumentOption) (Int64ValueRecorder, error) {
must.go#L78: func (mm MeterMust) NewInt64ValueRecorder(name string, mos ...InstrumentOption) Int64ValueRecorder {
sync.go#L183: func wrapInt64ValueRecorderInstrument(syncInst SyncImpl, err error) (Int64ValueRecorder, error) {
sync.go#L185: return Int64ValueRecorder{syncInstrument: common}, err
valuerecorder.go#L29: type Int64ValueRecorder struct {
valuerecorder.go#L56: func (c Int64ValueRecorder) Bind(labels ...label.KeyValue) (h BoundInt64ValueRecorder) {
valuerecorder.go#L69: func (c Int64ValueRecorder) Measurement(value int64) Measurement {
valuerecorder.go#L83: func (c Int64ValueRecorder) Record(ctx context.Context, value int64, 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. |