Versions in this module Expand all Collapse all v0 v0.1.0 Dec 15, 2017 Changes in this version + type Exporter struct + func NewExporter(o Options) (*Exporter, error) + func (e *Exporter) Export(vd *stats.ViewData) + func (e *Exporter) ServeHTTP(w http.ResponseWriter, r *http.Request) + type Options struct + Namespace string + OnError func(err error)