You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2023/05/29 13:09:00 UTC

[jira] [Created] (IGNITE-19584) Calcite engine. Implement SQL metrics

Aleksey Plekhanov created IGNITE-19584:
------------------------------------------

             Summary: Calcite engine. Implement SQL metrics
                 Key: IGNITE-19584
                 URL: https://issues.apache.org/jira/browse/IGNITE-19584
             Project: Ignite
          Issue Type: Sub-task
            Reporter: Aleksey Plekhanov
            Assignee: Aleksey Plekhanov


Currently, we have two group of metrics for SQL: 
* "sql.parser.cache" - shows count of hits/misses during SQL queries parsing
* "sql.queries.user" - shows count of succesfully executed and failed metrics
Parser metrics are not affected by Calcite-based engine and execution metrics count all metrics as succesfully executed. 
We need to implement parser metrics and fix execution metrics.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)