File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
nfsstat/datadog_checks/nfsstat/config_models Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ def instance_disable_generic_tags():
16
16
return False
17
17
18
18
19
+ def instance_disable_missing_mountpoints_warning ():
20
+ return False
21
+
22
+
19
23
def instance_empty_default_hostname ():
20
24
return False
21
25
22
26
23
27
def instance_min_collection_interval ():
24
28
return 15
25
-
26
-
27
- def instance_disable_missing_mountpoints_warning ():
28
- return False
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ class InstanceConfig(BaseModel):
35
35
frozen = True ,
36
36
)
37
37
disable_generic_tags : Optional [bool ] = None
38
- empty_default_hostname : Optional [bool ] = None
39
38
disable_missing_mountpoints_warning : Optional [bool ] = None
39
+ empty_default_hostname : Optional [bool ] = None
40
40
metric_patterns : Optional [MetricPatterns ] = None
41
41
min_collection_interval : Optional [float ] = None
42
42
service : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments