Skip to content

[FEATURE] Support query runtime #427

@noCharger

Description

@noCharger

Is your feature request related to a problem?

Screenshot 2025-01-13 at 15 52 35

As a user, I would like to know the query execution time from the engine itself. However, the server side response doesn't seem to have such information.

{
    "data": {
        "ok": true,
        "resp": {
            "status": "SUCCESS",
            "schema": [
                {
                    "name": "@timestamp",
                    "type": "date"
                },
                {
                    "name": "clientip",
                    "type": "string"
                },
                {
                    "name": "request",
                    "type": "string"
                },
                {
                    "name": "status",
                    "type": "integer"
                },
                {
                    "name": "size",
                    "type": "integer"
                },
                {
                    "name": "year",
                    "type": "integer"
                },
                {
                    "name": "month",
                    "type": "integer"
                },
                {
                    "name": "day",
                    "type": "integer"
                }
            ],
            "datarows": [
                [
                    "1998-06-11T00:00:00.000Z",
                    "236.14.2.0",
                    "GET /english/splash_inet.html HTTP/1.0",
                    304,
                    0,
                    1998,
                    6,
                    11
                ]
            ],
            "total": 1,
            "size": 1
        }
    }
}

What solution would you like?
Support query runtime on the page

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions