Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenAndServe ¶
Types ¶
type Instrument ¶
type Instrument struct { Histogram *prometheus.HistogramVec Counter *prometheus.CounterVec }
func NewInstrument ¶
func NewInstrument() *Instrument
type Response ¶
type Response struct { Runtime map[string]string `json:"runtime" yaml:"runtime"` Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` Annotations map[string]string `json:"annotations,omitempty" yaml:"annotations,omitempty"` Environment map[string]string `json:"environment" yaml:"environment"` }
Click to show internal directories.
Click to hide internal directories.