Documentation
¶
Overview ¶
package config parses flags, environment variables and json object to build a Config object that's used throughout the monitor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Feature ¶
type Feature struct {
}
Feature is used to add temporary feature flags to the binary.
type Feeds ¶
type Feeds struct {
URL string
RDDReadTimeout time.Duration
RDDPollInterval time.Duration
// Ids of feeds that are present in the RDD but should not be monitored.
// These get matched against the string returned by FeedConfig#GetID() for
// each feed in RDD. If equal, the feed will get ignored!
IgnoreIDs []string
}
type SchemaRegistry ¶
Click to show internal directories.
Click to hide internal directories.