Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EC2Discovery ¶
type EC2Discovery struct {
// contains filtered or unexported fields
}
EC2Discovery periodically performs EC2-SD requests. It implements the TargetProvider interface.
func NewDiscovery ¶
func NewDiscovery(conf *config.EC2SDConfig) *EC2Discovery
NewDiscovery returns a new EC2Discovery which periodically refreshes its targets.
func (*EC2Discovery) Run ¶
func (ed *EC2Discovery) Run(ctx context.Context, ch chan<- []*config.TargetGroup)
Run implements the TargetProvider interface.
Click to show internal directories.
Click to hide internal directories.