package metric
import "go.opentelemetry.io/otel/sdk/export/metric"
Index ¶
- type Accumulation
- type Aggregator
- type AggregatorSelector
- type Checkpointer
- type CheckpointerFactory
- type Exporter
- type InstrumentationLibraryReader
- type Metadata
- type Processor
- type Reader
- type Record
Types ¶
type Accumulation ¶
type Accumulation = export.Accumulation
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
func NewAccumulation ¶
func NewAccumulation(descriptor *sdkapi.Descriptor, labels *attribute.Set, aggregator Aggregator) Accumulation
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
type Aggregator ¶
type Aggregator = aggregator.Aggregator
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/aggregator"
type AggregatorSelector ¶
type AggregatorSelector = export.AggregatorSelector
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
type Checkpointer ¶
type Checkpointer = export.Checkpointer
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
type CheckpointerFactory ¶
type CheckpointerFactory = export.CheckpointerFactory
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
type Exporter ¶
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
type InstrumentationLibraryReader ¶
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
type Metadata ¶
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
type Processor ¶
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
type Reader ¶
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
type Record ¶
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
func NewRecord ¶
func NewRecord(descriptor *sdkapi.Descriptor, labels *attribute.Set, aggregation aggregation.Aggregation, start, end time.Time) Record
Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"
Source Files ¶
metric.go
Directories ¶
Path | Synopsis |
---|---|
aggregation |
- Version
- v0.27.0
- Published
- Feb 11, 2022
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- now –
Tools for package owners.