Skip to content

[inputs.mysql]: Not Supported - 21 columns #4965

Closed
@chpiter

Description

I use telegraf to monitor RDS-MySQL on Aliyun
my conf file:

[[inputs.mysql]]
servers = ["xxxx:HpgxxxxHn369@tcp(xxxx:3306)/xxxx?tls=false"]
perf_events_statements_digest_text_limit = 120
perf_events_statements_limit = 250
perf_events_statements_time_limit = 86400
table_schema_databases = []
gather_table_schema = true
gather_process_list = true
gather_user_statistics = true
gather_info_schema_auto_inc = false
gather_innodb_metrics = true
gather_slave_status = false
gather_binary_logs = false
gather_table_io_waits = false
gather_table_lock_waits = true
gather_index_io_waits = false
gather_event_waits = false
gather_file_events_stats = false
gather_perf_events_statements = false
interval_slow = "30m"

got this error message:

E! Error in plugin [inputs.mysql]: Not Supported - 21 columns

I want to know which metrics not supported on Aliyun Rds MySQL

Metadata

Assignees

No one assigned

    Labels

    area/mysqlbugunexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions