const go.opentelemetry.io/otel/api/metric.CounterKind
7 uses
go.opentelemetry.io/otel/api/metric (current package)
kind.go#L29: CounterKind
kind.go#L42: case CounterKind, UpDownCounterKind, ValueRecorderKind:
kind.go#L56: case CounterKind, UpDownCounterKind, SumObserverKind, UpDownSumObserverKind:
kind.go#L70: case CounterKind, SumObserverKind:
kind_string.go#L13: _ = x[CounterKind-2]
meter.go#L77: m.newSync(name, CounterKind, Int64NumberKind, options))
meter.go#L86: m.newSync(name, CounterKind, Float64NumberKind, options))
 |
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. |