Documentation
¶
Overview ¶
Package prometheus https://github.com/prometheus/prometheus/blob/main/documentation/examples/custom-sd/adapter/adapter.go nolint:wsl,revive,gci
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
nolint:containedctx
func NewAdapter ¶
type DiscoveryDriver ¶
type DiscoveryDriver struct {
// contains filtered or unexported fields
}
func (*DiscoveryDriver) Run ¶
func (d *DiscoveryDriver) Run(ctx context.Context, ch chan<- []*targetgroup.Group)
nolint:staticcheck,gocognit,varnamelen
Click to show internal directories.
Click to hide internal directories.