type go.opentelemetry.io/otel/api/metric.Observation
26 uses
go.opentelemetry.io/otel/api/metric (current package)
async.go#L37: type Observation struct {
async.go#L60: function func([]label.KeyValue, ...Observation)
async.go#L67: function func([]label.KeyValue, ...Observation)
async.go#L73: function func([]label.KeyValue, ...Observation)
async.go#L79: ir.function(labels, Observation{
async.go#L88: fr.function(labels, Observation{
async.go#L96: func (br BatchObserverResult) Observe(labels []label.KeyValue, obs ...Observation) {
async.go#L117: Run(ctx context.Context, single AsyncImpl, capture func([]label.KeyValue, ...Observation))
async.go#L127: Run(ctx context.Context, capture func([]label.KeyValue, ...Observation))
async.go#L161: func (i *Int64ObserverFunc) Run(ctx context.Context, impl AsyncImpl, function func([]label.KeyValue, ...Observation)) {
async.go#L169: func (f *Float64ObserverFunc) Run(ctx context.Context, impl AsyncImpl, function func([]label.KeyValue, ...Observation)) {
async.go#L177: func (b *BatchObserverFunc) Run(ctx context.Context, function func([]label.KeyValue, ...Observation)) {
observer.go#L64: func (i Int64ValueObserver) Observation(v int64) Observation {
observer.go#L65: return Observation{
observer.go#L75: func (f Float64ValueObserver) Observation(v float64) Observation {
observer.go#L76: return Observation{
observer.go#L86: func (i Int64SumObserver) Observation(v int64) Observation {
observer.go#L87: return Observation{
observer.go#L97: func (f Float64SumObserver) Observation(v float64) Observation {
observer.go#L98: return Observation{
observer.go#L108: func (i Int64UpDownSumObserver) Observation(v int64) Observation {
observer.go#L109: return Observation{
observer.go#L119: func (f Float64UpDownSumObserver) Observation(v float64) Observation {
observer.go#L120: return Observation{
sync.go#L66: func (m Observation) AsyncImpl() AsyncImpl {
sync.go#L71: func (m Observation) Number() Number {
 |
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. |