Versions in this module Expand all Collapse all v0 v0.9.0-pre1 Aug 31, 2017 v0.8.0 Aug 17, 2016 Changes in this version + func Handler() http.Handler + func HandlerFor(reg prometheus.Gatherer, opts HandlerOpts) http.Handler + type HandlerErrorHandling int + const ContinueOnError + const HTTPErrorOnError + const PanicOnError + type HandlerOpts struct + DisableCompression bool + ErrorHandling HandlerErrorHandling + ErrorLog Logger + type Logger interface + Println func(v ...interface{})