Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrometheusClient ¶ added in v0.31.0
func NewPrometheusAPI ¶ added in v0.31.0
func NewPrometheusAPI(url string) (*PrometheusClient, error)
func (PrometheusClient) GetHistogramQuantileLatency ¶ added in v0.31.0
func (p PrometheusClient) GetHistogramQuantileLatency(percentile, checkKey, duration string) (latency string, err error)
type StructTemplater ¶
func (StructTemplater) Struct ¶
func (w StructTemplater) Struct(reflect.Value) error
this func is required to fulfil the reflectwalk.StructWalker interface
func (StructTemplater) StructField ¶
func (w StructTemplater) StructField(f reflect.StructField, v reflect.Value) error
func (StructTemplater) Template ¶
func (w StructTemplater) Template(val string) string
Click to show internal directories.
Click to hide internal directories.