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 d9d383c commit 3037fafCopy full SHA for 3037faf
internal/monitor/options.go
@@ -13,7 +13,6 @@ import (
13
14
type Opts struct {
15
logger *slog.Logger
16
- sysfsPath string
17
interval time.Duration
18
clock clock.WithTicker
19
maxStaleness time.Duration
@@ -25,7 +24,6 @@ type Opts struct {
25
24
func DefaultOpts() Opts {
26
return Opts{
27
logger: slog.Default(),
28
- sysfsPath: "/sys",
29
interval: 5 * time.Second,
30
clock: clock.RealClock{},
31
maxStaleness: 500 * time.Millisecond,
0 commit comments