datacenter / aci-monitoring-stack

GNU General Public License v3.0
12 stars 3 forks source link

epg_infos: handle traffic stats that are set to "" #25

Closed camrossi closed 2 weeks ago

camrossi commented 2 weeks ago

If not traffic has been received the traffic stat might be set to ""

We should add to all the queries this:

        value_transform:
          '': 0

For Example

      - name: epg_rx_multicast
        value_name: vlanCktEp.children.[l2IngrBytes5min].attributes.multicastCum
        value_transform:
          '': 0