aristanetworks / goarista

Fairly general building blocks used in Arista Go code and open-sourced for the benefit of all.
Apache License 2.0
213 stars 68 forks source link

Add cloudEOS DPS examples #59

Open noredistribution opened 3 years ago

noredistribution commented 3 years ago

e.g.:

metrics:
        - name: dpslatency
          path: /Smash/its/sessStatus/itsSessCharacData/(?P<dpskey>.*)/latency
          help: DPS latency
        - name: dpsthroughput
          path: /Smash/its/sessStatus/itsSessCharacData/(?P<dpskey>.*)/throughput
          help: DPS throughput
        - name: dpsloss
          path: /Smash/its/sessStatus/itsSessCharacData/(?P<dpskey>.*)/loss
          help: DPS loss
        - name: dpsjitter
          path: /Smash/its/sessStatus/itsSessCharacData/(?P<dpskey>.*)/jitter
          help: DPS jitter