preset scraper added
This commit is contained in:
10
types/constant/config.go
Normal file
10
types/constant/config.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
CfgKeyScopeEnable = FlagScopeEnable
|
||||
CfgKeyConfigDir = "config-dir"
|
||||
CfgKeySleepBeforeNextIteration = "sleep-before-next-iteration"
|
||||
CfgKeyEndpoint = "endpoint"
|
||||
CfgKeyEndpointNext = "endpoint-next"
|
||||
CfgKeyLevelsToScrape = "levels-to-scrape"
|
||||
)
|
||||
Reference in New Issue
Block a user