Skip to content

OxQL QuerySummary should inclue the actual SQL queries it runs #9014

@bnaecker

Description

@bnaecker

We're storing a summary of the SQL queries run against ClickHouse for each OxQL query, in this type:

pub struct QuerySummary {

This stores the duration, and number of bytes / rows accessed. We should also include the text of the actual SQL query we're running.

Metadata

Metadata

Assignees

No one assigned

    Labels

    MetricsclickhouseRelated to the ClickHouse metrics DBMSoxqlOximeter Query Langauge

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions