client

package
v3.28.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client implements a client for ControlPlane component.

func New

func New(connector connector.Connector, opts ...OptionFunc) (*Client, error)

New builds a Client using the given options.

func (*Client) MetricFamiliesGetFunc

func (c *Client) MetricFamiliesGetFunc() prometheus.FetchAndFilterMetricsFamilies

MetricFamiliesGetFunc returns a function that obtains metric families from a list of prometheus queries. Notice that it does not satisfy prometheus.MetricFamiliesGetFunc, since the url path is injected by the connector

type OptionFunc

type OptionFunc func(c *Client) error

func WithLogger

func WithLogger(logger *log.Logger) OptionFunc

WithLogger returns an OptionFunc to change the logger from the default noop logger.

func WithMaxRetries

func WithMaxRetries(retries int) OptionFunc

WithMaxRetries returns an OptionFunc to change the number of retries used int Pester Client.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL