Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 1724b72

Browse files
authored
Fix Timezone field mistmatch (#2120)
Signed-off-by: Dani Louca <[email protected]>
1 parent 0e137fe commit 1724b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitors/telegraf/monitors/telegraflogparser/telegraflogparser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type Config struct {
4444
CustomPatternFiles []string `yaml:"customPatternFiles"`
4545
// Specifies the timezone. The default is UTC time. Other options are `Local` for the
4646
// local time on the machine, `UTC`, and `Canada/Eastern` (unix style timezones).
47-
TimeZone string `yaml:"timezone"`
47+
Timezone string `yaml:"timezone"`
4848
}
4949

5050
// Monitor for Utilization

0 commit comments

Comments
 (0)