Versions in this module Expand all Collapse all v0 v0.2.1 Jan 8, 2020 Changes in this version + func InstallNewPipeline(config Config) (*push.Controller, http.HandlerFunc, error) + func NewExportPipeline(config Config) (*push.Controller, http.HandlerFunc, error) + type Config struct + DefaultSummaryQuantiles []float64 + Gatherer prometheus.Gatherer + OnError func(error) + Registerer prometheus.Registerer + Registry *prometheus.Registry type Exporter + func NewRawExporter(config Config) (*Exporter, error) v0.2.0 Dec 3, 2019 Changes in this version + type Exporter struct + func NewExporter(opts Options) (*Exporter, error) + func (e *Exporter) Export(_ context.Context, checkpointSet export.CheckpointSet) error + func (e *Exporter) ServeHTTP(w http.ResponseWriter, r *http.Request) + type MeasureAggregation int + const Histogram + const Summary + type Options struct + DefaultHistogramBuckets []float64 + DefaultSummaryObjectives map[float64]float64 + Gatherer prometheus.Gatherer + MeasureAggregation MeasureAggregation + Registerer prometheus.Registerer + Registry *prometheus.Registry