We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e6f86 commit 4b83047Copy full SHA for 4b83047
config/config.go
@@ -36,7 +36,7 @@ type (
36
)
37
38
func (c *CollectorBase) IsEnabled() bool {
39
- return c.ScrapeTime != nil && c.ScrapeTime.Seconds() >= 0
+ return c.ScrapeTime != nil && c.ScrapeTime.Seconds() > 0
40
}
41
42
func (c *Config) GetJson() []byte {
0 commit comments