-
|
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
|
Do the workload*.yaml files under https://github.com/NetApp/harvest/tree/b1a40efd764c6467c53a0231e191c958aa27f660/conf/zapiperf/cdot/9.8.0 help? Workloads counters are Qos counters. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. I think that should help. I do not see the Network layer QoS breakdown counter. Is it part of some other counter? |
Beta Was this translation helpful? Give feedback.
-
|
@ruanruijuan I have the QoS metrics getting collected. Is there a way to pull the QoS policy_group limits (Thresholds) as well? |
Beta Was this translation helpful? Give feedback.
-
|
@jmg011 I think you mean "qos-policy-group-get-iter.max-throughput"? |
Beta Was this translation helpful? Give feedback.
-
|
yes, that is correct. I built this yaml file and updated the custom.yaml for zapiperf. But the collection is failing with below error: {"func":"goexit","line":"1581","source":"asm_amd64.s"}],"error":"api request rejected => Object "qos-policy-group-get-iter" was not found.","task":"counter","caller":"goharvest2/cmd/poller/collector/collector.go:340","time":"2021-10-25T17:09:16-07:00"} ========= yaml file =========== name: Qoslimit collect_only_labels: true counters: plugins: export_options: |
Beta Was this translation helpful? Give feedback.
-
|
hi @jmg011 looks like you might have added your template to I took your yaml file from above and made a few changes shown below. The |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @cgrinds. That was the problem. I had associated template with zapiperf. Configuring with Zapi worked as expected. I have the data I need. We can proceed with closing this issue. |
Beta Was this translation helpful? Give feedback.
-
|
That's good to know, @jmg011! |
Beta Was this translation helpful? Give feedback.
hi @jmg011 looks like you might have added your template to
zapiperfinstead ofzapi? These counters are config related instead of performance zapi related so the template needs to be associated with thezapicollector.I took your yaml file from above and made a few changes shown below. The
pgidinstance key was needed to disambiguate instances since thesvmkey alone isn't unique.