-
how to get monitoring data through the interface (API)? Can you provide some examples?
-
Can the monitoring data be obtained by directly reading the database or middleware?
thanks
how to get monitoring data through the interface (API)? Can you provide some examples?
Can the monitoring data be obtained by directly reading the database or middleware?
thanks
Thank you for your reply
I want to get the monitoring data of two indicators in a certain period of time. I used the following command to obtain the data of query-analysis, but an error was reported.
(1) command:
curl -s -X POST -d ’ {“period_start_from”: “2022-02-27T00:00:00Z”, “period_start_to”: “2022-02-27T01:00:00Z”, “order_by”: “num_queries”, “columns”: [“lock_time”, “sort_scan”], “group_by”: “server”} ’ http://username:passwd@my_server_ip/v0/qan/GetReport | jq
(2) return:
{error:internal server error, code:13, message:internal server error}
please hep me,thanks!!!
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.