AppEnvironmentSlowlog
A single slow query log entry.
type AppEnvironmentSlowlog {
query: String
queryTime: String
requestUri: String
rowsExamined: String
rowsSent: String
timestamp: String
}
Fields
AppEnvironmentSlowlog.query ● String scalar common
The SQL query text.
AppEnvironmentSlowlog.queryTime ● String scalar common
How long the query took to execute.
AppEnvironmentSlowlog.requestUri ● String scalar common
The request URI associated with the slow query.
AppEnvironmentSlowlog.rowsExamined ● String scalar common
The number of rows examined by the query.
AppEnvironmentSlowlog.rowsSent ● String scalar common
The number of rows returned by the query.
AppEnvironmentSlowlog.timestamp ● String scalar common
When the slow query was recorded.
Member Of
AppEnvironmentSlowlogsList object