Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support query runtime #427

Open
noCharger opened this issue Jan 13, 2025 · 0 comments
Open

[FEATURE] Support query runtime #427

noCharger opened this issue Jan 13, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers untriaged

Comments

@noCharger
Copy link

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

@noCharger noCharger added enhancement New feature or request good first issue Good for newcomers untriaged labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers untriaged
Projects
None yet
Development

No branches or pull requests

1 participant