pushclient

package
v0.0.0-...-c53fdc3 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PushClient

type PushClient struct {
	URL     string
	Client  *http.Client
	JobName string
}

PushClient is used to send Prometheus metrics objects to any Prometheus Push Gateway. It stores the URL and the client that will be used to push to the desired gateway.

func (*PushClient) Push

func (p *PushClient) Push(collectors ...prometheus.Collector) error

Push uses all the configuration settings from the client and pushes to the prometheus aggregation gateway. It takes in an additional list of collectors and pushes all of them to the previously configured url.

Jump to

Keyboard shortcuts

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