NationalSecurityAgency / timely

Accumulo backed time series database
https://code.nsa.gov/timely/
Apache License 2.0
380 stars 108 forks source link

Better handling of ethstat metrics from CollectD #4

Closed dlmarion closed 8 years ago

dlmarion commented 8 years ago

Metrics from NICs with multiple Rx/Tx queues end up with the queue number in the metric name. We can extract this and add the queue number as a tag.

klucar commented 8 years ago

need this for the ethstat pb stuff too.

sys.ethstat.derive.rx_pb_0_pxoff sys.ethstat.derive.rx_pb_0_pxon

there's 0-7 that I see so far.