You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -119,7 +115,7 @@ The following is an example of an `OUTPUT` section:
119
115
Match my*cpu
120
116
```
121
117
122
-
### Example: collecting CPU metrics
118
+
### Collecting `cpu`metrics example
123
119
124
120
The following configuration file example demonstrates how to collect CPU metrics and flush the results every five seconds to the standard output:
125
121
@@ -138,7 +134,7 @@ The following configuration file example demonstrates how to collect CPU metrics
138
134
Match my*cpu
139
135
```
140
136
141
-
## Config Include File
137
+
## Config include file
142
138
143
139
To avoid complicated long configuration files is better to split specific parts in different files and call them (include) from one main file. The `@INCLUDE` can be used in the following way:
0 commit comments