Documentation ¶
Index ¶
- type PrometheusClient
- func (p *PrometheusClient) Close() error
- func (p *PrometheusClient) Connect() error
- func (p *PrometheusClient) Description() string
- func (p *PrometheusClient) SampleConfig() string
- func (p *PrometheusClient) Start() error
- func (p *PrometheusClient) Stop()
- func (p *PrometheusClient) Write(points []*client.Point) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrometheusClient ¶
type PrometheusClient struct { Listen string // contains filtered or unexported fields }
func (*PrometheusClient) Close ¶
func (p *PrometheusClient) Close() error
func (*PrometheusClient) Connect ¶
func (p *PrometheusClient) Connect() error
func (*PrometheusClient) Description ¶
func (p *PrometheusClient) Description() string
func (*PrometheusClient) SampleConfig ¶
func (p *PrometheusClient) SampleConfig() string
func (*PrometheusClient) Start ¶
func (p *PrometheusClient) Start() error
func (*PrometheusClient) Stop ¶
func (p *PrometheusClient) Stop()
func (*PrometheusClient) Write ¶
func (p *PrometheusClient) Write(points []*client.Point) error
Click to show internal directories.
Click to hide internal directories.