type go.opentelemetry.io/otel/api/metric.Kind
15 uses
go.opentelemetry.io/otel/api/metric (current package)
descriptor.go#L24: kind Kind
descriptor.go#L30: func NewDescriptor(name string, mkind Kind, nkind NumberKind, opts ...InstrumentOption) Descriptor {
descriptor.go#L45: func (d Descriptor) MetricKind() Kind {
kind.go#L20: type Kind int8
kind.go#L24: ValueRecorderKind Kind = iota
kind.go#L40: func (k Kind) Synchronous() bool {
kind.go#L49: func (k Kind) Asynchronous() bool {
kind.go#L54: func (k Kind) Adding() bool {
kind.go#L63: func (k Kind) Grouping() bool {
kind.go#L68: func (k Kind) Monotonic() bool {
kind.go#L77: func (k Kind) PrecomputedSum() bool {
kind_string.go#L23: func (i Kind) String() string {
kind_string.go#L24: if i < 0 || i >= Kind(len(_Kind_index)-1) {
meter.go#L286: mkind Kind,
meter.go#L306: metricKind Kind,
![]() |
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. |