package
0.9.0
Repository: https://github.com/datadog/datadog-agent.git
Documentation: pkg.go.dev

# README

package scheduler

This package is providing the Scheduler interface that should be implemented for any scheduler that would want to plug in autodiscovery. It also define the MetaScheduler which dispatchs all instructions from autodiscovery to all the registered schedulers.

# Functions

NewMetaScheduler inits a meta scheduler.

# Structs

MetaScheduler is a scheduler dispatching to all its registered schedulers.

# Interfaces

Scheduler is the interface that should be implemented if you want to schedule and unschedule integrations.