Skip to content

Support for Time series Panels #34

Open
@logut

Description

@logut

Are Time series supported ? If so could you provide an exemple Panel with query ?

I tried select date_trunc('minute',CAST(datetime AS Timestamp)) as datetime, host, count(*) as count from httpaccess where status like '2%' group by host, date_trunc('minute',CAST(datetime AS Timestamp));, it works when adding in the Panel a Transform Convert field type to manually set datetime field as Time type.
I would also like to have multiple series based on the host field but can't get it to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions