Versions in this module Expand all Collapse all v0 v0.3.2 Apr 21, 2021 v0.3.1 Apr 21, 2021 Changes in this version + type Exporter struct + func NewExporter(o Options) (*Exporter, error) + func (e *Exporter) ExportView(vd *view.Data) + func (e *Exporter) ServeHTTP(w http.ResponseWriter, r *http.Request) + type Options struct + ConstLabels prometheus.Labels + Gatherer prometheus.Gatherer + Namespace string + OnError func(err error) + Registerer prometheus.Registerer + Registry *prometheus.Registry