@@ -6,36 +6,43 @@ namespace:
66 fields :
77 - name : interval
88 type : float
9+ include_in_all : false
910 description : >
1011 Collectd's interval.
1112
1213 - name : plugin
1314 type : string
15+ include_in_all : false
1416 description : >
1517 Collectd's plugin.
1618
1719 - name : plugin_instance
1820 type : string
21+ include_in_all : false
1922 description : >
2023 Collectd's plugin_instance.
2124
2225 - name : type_instance
2326 type : string
27+ include_in_all : false
2428 description : >
2529 Collectd's type_instance.
2630
2731 - name : type
2832 type : string
33+ include_in_all : false
2934 description : >
3035 Collectd's type.
3136
3237 - name : dstypes
3338 type : string
39+ include_in_all : false
3440 description : >
3541 Collectd's dstypes.
3642
3743 - name : processes
3844 type : group
45+ include_in_all : false
3946 description : >
4047 Corresponds to collectd's processes plugin.
4148 fields :
@@ -154,6 +161,7 @@ namespace:
154161 type : group
155162 description : >
156163 Corresponds to collectd's disk plugin.
164+ include_in_all : false
157165 fields :
158166 - name : disk_merged
159167 type : group
@@ -239,6 +247,7 @@ namespace:
239247 type : group
240248 description : >
241249 Corresponds to collectd's interface plugin.
250+ include_in_all : false
242251 fields :
243252 - name : if_octets
244253 type : group
@@ -302,6 +311,7 @@ namespace:
302311
303312 - name : virt
304313 type : group
314+ include_in_all : false
305315 description : >
306316 Corresponds to collectd's virt plugin.
307317 fields :
@@ -412,6 +422,7 @@ namespace:
412422
413423 - name : CPU
414424 type : group
425+ include_in_all : false
415426 description : >
416427 Corresponds to collectd's CPU plugin.
417428 fields :
@@ -422,6 +433,7 @@ namespace:
422433
423434 - name : df
424435 type : group
436+ include_in_all : false
425437 description : >
426438 Corresponds to collectd's df plugin.
427439 fields :
@@ -438,6 +450,7 @@ namespace:
438450
439451 - name : entropy
440452 type : group
453+ include_in_all : false
441454 description : >
442455 Corresponds to collectd's entropy plugin.
443456 fields :
@@ -451,6 +464,7 @@ namespace:
451464 type : group
452465 description : >
453466 Corresponds to collectd's nfs plugin.
467+ include_in_all : false
454468 fields :
455469
456470 - name : nfs_procedure
@@ -462,6 +476,7 @@ namespace:
462476 type : group
463477 description : >
464478 Corresponds to collectd's memory plugin.
479+ include_in_all : false
465480 fields :
466481
467482 - name : memory
@@ -478,6 +493,7 @@ namespace:
478493 type : group
479494 description : >
480495 Corresponds to collectd's swap plugin.
496+ include_in_all : false
481497 fields :
482498
483499 - name : swap
@@ -494,6 +510,7 @@ namespace:
494510 type : group
495511 description : >
496512 Corresponds to collectd's load plugin.
513+ include_in_all : false
497514 fields :
498515 - name : load
499516 type : group
@@ -519,6 +536,7 @@ namespace:
519536 type : group
520537 description : >
521538 Corresponds to collectd's aggregation plugin.
539+ include_in_all : false
522540 fields :
523541
524542 - name : percent
@@ -530,6 +548,7 @@ namespace:
530548 type : group
531549 description : >
532550 Corresponds to collectd's statsd plugin.
551+ include_in_all : false
533552 fields :
534553
535554 - name : host_cpu
@@ -731,6 +750,7 @@ namespace:
731750 type : group
732751 description : >
733752 Corresponds to collectd's postgresql plugin.
753+ include_in_all : false
734754 fields :
735755
736756 - name : pg_n_tup_g
0 commit comments