Skip to content
Discussion options

You must be logged in to vote

hi @jmg011 looks like you might have added your template to zapiperf instead of zapi? These counters are config related instead of performance zapi related so the template needs to be associated with the zapi collector.

I took your yaml file from above and made a few changes shown below. The pgid instance key was needed to disambiguate instances since the svm key alone isn't unique.

name: Qoslimit
query: qos-policy-group-get-iter
object: qos

collect_only_labels: true

counters:
  qos-policy-group-info:
    - ^policy-group => policy_group
    - ^^vserver => svm
    - ^^pgid
    - ^policy-group-class => policy_group_class
    - ^max-throughput => max_throughput
    - ^min-throughput => min…

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cgrinds
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #524 on October 26, 2021 16:46.