#Enable QOS

1 messages · Page 1 of 1 (latest)

hexed blade
#

@tight raven I believe latest NABox version has these uncommented by default. In case you want to enable these in older NABox then they can be enabled through custom.yaml

tight raven
#

So do I just copy a default.yaml and create a custom.yaml?

hexed blade
#

not all just workload ones. Create a custom.yaml and add below content

objects:
Workload: workload.yaml
WorkloadDetail: workload_detail.yaml
WorkloadVolume: workload_volume.yaml
WorkloadDetailVolume: workload_detail_volume.yaml

tight raven
#

This look good? ```cat custom.yaml

collector: ZapiPerf

Order here matters!

schedule:

  • counter: 1200s
  • instance: 600s
  • data: 60s

objects:

Uncomment to collect workload/QOS counters

Workload: workload.yaml
WorkloadDetail: workload_detail.yaml
WorkloadVolume: workload_volume.yaml
WorkloadDetailVolume: workload_detail_volume.yaml```

#

Or do I not need the the schedule piece either?

hexed blade
#

no need to add schedule or collector

#

just objects

tight raven
#

thanks

hexed blade
west knoll
#

@woven root can update more, but I believe there are two paths for that file. I had a hard time getting it to work.

tight raven
#

I've got this working but thank you