chore(inputs/disk): add deprecation notice to legacy mountpoints setting (#10948)
This commit is contained in:
parent
6dc2b99549
commit
8aacd07257
|
|
@ -12,8 +12,7 @@ import (
|
||||||
type DiskStats struct {
|
type DiskStats struct {
|
||||||
ps system.PS
|
ps system.PS
|
||||||
|
|
||||||
// Legacy support
|
LegacyMountPoints []string `toml:"mountpoints" deprecated:"0.10.2;2.0.0;use 'mount_points' instead"`
|
||||||
LegacyMountPoints []string `toml:"mountpoints"`
|
|
||||||
|
|
||||||
MountPoints []string `toml:"mount_points"`
|
MountPoints []string `toml:"mount_points"`
|
||||||
IgnoreFS []string `toml:"ignore_fs"`
|
IgnoreFS []string `toml:"ignore_fs"`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue