Documentation
¶
Index ¶
- type Null
- func (Null) CollectorConfig(_ string) map[string]interface{}
- func (Null) Handler(string) http.Handler
- func (Null) Init()
- func (Null) InstrumentedAPIHttpHandler(_, _ string, handler http.Handler) http.Handler
- func (Null) InstrumentedCache(c cache.Interface) cache.Interface
- func (Null) InstrumentedViewerHttpHandler(_, _ string, handler http.Handler) http.Handler
- func (Null) MustRegister(_ ...prometheus.Collector)
- func (Null) Name() string
- func (Null) Shutdown()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Null ¶
type Null struct{}
func (Null) CollectorConfig ¶
func (Null) InstrumentedAPIHttpHandler ¶
InstrumentedAPIHttpHandler does not do anything and just returns the handler
func (Null) InstrumentedViewerHttpHandler ¶
InstrumentedViewerHttpHandler does not do anything and just returns the handler
func (Null) MustRegister ¶
func (Null) MustRegister(_ ...prometheus.Collector)
Click to show internal directories.
Click to hide internal directories.