Documentation
¶
Index ¶
Constants ¶
View Source
const ( MetricNameGoMemstatsAllocBytes = "go_memstats_alloc_bytes" MetricNameGoGoroutines = "go_goroutines" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LabeledValue ¶
type MetricsClient ¶
type MetricsClient struct {
// contains filtered or unexported fields
}
func NewMetricsClient ¶
func NewMetricsClient(url string) *MetricsClient
func (*MetricsClient) GetCounterValues ¶
func (m *MetricsClient) GetCounterValues(name string) []LabeledValue
func (*MetricsClient) GetGaugeValues ¶
func (m *MetricsClient) GetGaugeValues(name string) []LabeledValue
func (*MetricsClient) WaitForReady ¶
Click to show internal directories.
Click to hide internal directories.