Versions in this module Expand all Collapse all v0 v0.0.1 Dec 10, 2024 Changes in this version + const DefaultHost + const DefaultPath + const DefaultPort + type Exporter struct + func New(opts ...Option) (*Exporter, error) + func (e *Exporter) Aggregation(k metric.InstrumentKind) metric.Aggregation + func (e *Exporter) Export(ctx context.Context, data *metricdata.ResourceMetrics) error + func (e *Exporter) ForceFlush(ctx context.Context) error + func (e *Exporter) MarshalLog() interface{} + func (e *Exporter) Shutdown(ctx context.Context) error + func (e *Exporter) Temporality(k metric.InstrumentKind) metricdata.Temporality + type Option interface + func WithEndpoint(endpoint string) Option + func WithEndpointURL(eu string) Option