systemctl status telegraf shows:
mysql-node-1 telegraf[10114]: 2025-02-03T13:11:01Z E! [inputs.execd] stderr: "2025/02/03 07:11:01 E! Error in plugin: Error 1054: Unknown column 'status' in 'WHERE'"
strings /usr/local/bin/mysql_wsrep shows the failed query: SELECT FROM information_schema.INNODB_METRICS WHERE status='enabled'
but status column in information_schema.INNODB_METRICS does not exists.
commenting out gather_innodb_metrics = true in /etc/telegraf/mysql_wsrep-telegraf-plugin.conf overcomed the error , but new error showed after telgraf did started:
[outputs.influxdb] When writing to [
http://10.0.2.3:8081]: database "gmd" creation failed: 200 OK: not implemented: CREATE DATABASE
well, granting new privileges to mysqld_exporter on the node nor manual creation of gmd database did not corrected the issue and the error continued.
Then I looked at the gma service and logs shows following error:
Feb 03 07:35:28 mysql-node-1 gma[13954]: time="2025-02-03T07:35:28-06:00" level=error msg="Failed to create stream: rpc error: code = Unavailable desc = connection error: desc = \"error reading server preface: http2: frame too large\""
Feb 03 07:35:28 mysql-node-1 gma[13954]: time="2025-02-03T07:35:28-06:00" level=error msg="Error while serving: rpc error: code = Unavailable desc = connection error: desc = \"error reading server preface: http2: frame too large\"; slee>
Feb 03 07:35:29 mysql-node-1 gma[13954]: time="2025-02-03T07:35:29-06:00" level=info msg="Connecting (used scheme http)..."
Feb 03 07:35:29 mysql-node-1 gma[13954]: time="2025-02-03T07:35:29-06:00" level=info msg="Creating agentcom stream..."