Versions in this module Expand all Collapse all v0 v0.6.0 Nov 19, 2020 Changes in this version type Exporter + func (e *Exporter) ExportKindFor(*metric.Descriptor, aggregation.Kind) export.ExportKind v0.5.0 Jul 8, 2020 Changes in this version + var KeyCloudProvider = standard.CloudProviderKey + var KeyHostID = standard.HostIDKey + var KeyHostName = standard.HostNameKey + var KeyServiceInstanceID = standard.ServiceInstanceIDKey + var KeyServiceNS = standard.ServiceNamespaceKey + var KeyServiceName = standard.ServiceNameKey + var KeyServiceVersion = standard.ServiceVersionKey + func InstallNewPipeline(opts ...Option) (*push.Controller, http.HandlerFunc, error) + func NewExportPipeline(opts ...Option) (*push.Controller, http.HandlerFunc, error) + type Exporter struct + func NewExporter(opts ...Option) (*Exporter, error) + func (e *Exporter) Export(ctx context.Context, a export.CheckpointSet) error + func (e *Exporter) Handler() http.Handler + type Option func(*options) + func WithAPIKey(apiKey string) Option + func WithBaseURL(baseURL *url.URL) Option + func WithDebug() Option + func WithHints(hints []string) Option + func WithQuantiles(quantiles []float64) Option + func WithResource(tags ...kv.KeyValue) Option