influxdata / telegraf

Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
https://influxdata.com/telegraf
MIT License
14.6k stars 5.57k forks source link

Gather global bytes_received/sent in mysql input #4134

Closed nycterent closed 2 years ago

nycterent commented 6 years ago

5.7.21-20-log Percona Server telegraf 1.6.2-1

Expected behavior:

should fetch global stats

Actual behavior:

fetches session stats

Additional info:

danielnelson commented 6 years ago

We could add this, do you know what query returns the global bytes_received/sent?

nycterent commented 6 years ago

this gives me expected output:

show global status like 'Bytes%';

sspaink commented 2 years ago

It has been quite a while since this issue has seen activity, @nycterent are you still interested in seeing this feature implemented?

nycterent commented 2 years ago

uff.. long time :) we are not interested in this anymore right now. thank you

sspaink commented 2 years ago

Thank you for letting us know, closing this issue then.