@@ -177,22 +177,6 @@ puppetdb/master.example.com/20190404T171001Z.json: "queue_depth": 0,
177
177
puppetdb/master.example.com/20190404T171502Z.json: " queue_depth" : 0,
178
178
```
179
179
180
- Example for PE 2016.5 and older:
181
-
182
- ``` bash
183
- grep Cursor puppetdb/master.example.com/* .json
184
-
185
- puppetdb/master.example.com/20190404T171001Z.json: " CursorMemoryUsage" : 0,
186
- puppetdb/master.example.com/20190404T171001Z.json: " CursorFull" : false,
187
- puppetdb/master.example.com/20190404T171001Z.json: " CursorPercentUsage" : 0,
188
- puppetdb/master.example.com/20190404T171502Z.json: " CursorMemoryUsage" : 0,
189
- puppetdb/master.example.com/20190404T171502Z.json: " CursorFull" : false,
190
- puppetdb/master.example.com/20190404T171502Z.json: " CursorPercentUsage" : 0,
191
- puppetdb/master.example.com/20190404T172002Z.json: " CursorMemoryUsage" : 0,
192
- puppetdb/master.example.com/20190404T172002Z.json: " CursorFull" : false,
193
- puppetdb/master.example.com/20190404T172002Z.json: " CursorPercentUsage" : 0,
194
- ```
195
-
196
180
### Sharing Metrics Data
197
181
198
182
When working with Support, you may be asked for an archive of collected metrics data.
@@ -368,17 +352,23 @@ Classify each PE Infrastructure Host with this module, specifying the following
368
352
When classifying a Compile Master, specify these additional parameters:
369
353
370
354
``` puppet
355
+ class { 'puppet_metrics_collector':
356
+ puppetserver_hosts => ['127.0.0.1'],
371
357
puppetdb_metrics_ensure => absent,
372
358
orchestrator_metrics_ensure => absent,
373
359
ace_metrics_ensure => absent,
374
360
bolt_metrics_ensure => absent,
361
+ }
375
362
```
376
363
377
364
When classifying a PuppetDB Host, specify these additional parameters:
378
365
379
366
``` puppet
367
+ class { 'puppet_metrics_collector':
368
+ puppetdb_hosts => ['127.0.0.1'],
380
369
puppetserver_metrics_ensure => absent,
381
370
orchestrator_metrics_ensure => absent,
382
371
ace_metrics_ensure => absent,
383
372
bolt_metrics_ensure => absent,
373
+ }
384
374
```
0 commit comments