metric – go.opentelemetry.io/otel/sdk/export/metric Index | Files | Directories
Deprecated: use go.opentelemetry.io/otel/sdk/metric instead.

package metric

import "go.opentelemetry.io/otel/sdk/export/metric"

Index

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

type Exporter = export.Exporter

Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"

type InstrumentationLibraryReader

type InstrumentationLibraryReader = export.Exporter

Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"

type Metadata

type Metadata = export.Metadata

Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"

type Processor

type Processor = export.Processor

Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"

type Reader

type Reader = export.Reader

Deprecated: use module "go.opentelemetry.io/otel/sdk/metric/export"

type Record

type Record = export.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

PathSynopsis
aggregation
Version
v0.28.0 (latest)
Published
Mar 23, 2022
Platform
js/wasm
Imports
6 packages
Last checked
now

Tools for package owners.