We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stat_statements_jit
1 parent ae3d7e7 commit a083a77Copy full SHA for a083a77
internal/metrics/metrics.yaml
@@ -2767,7 +2767,7 @@ metrics:
2767
This metric is useful for monitoring query performance and identifying queries with high percent of execution time spent in JIT.
2768
init_sql: CREATE EXTENSION IF NOT EXISTS pg_stat_statements;
2769
sqls:
2770
- 13: |
+ 15: |
2771
select /*pgwatch_generated*/
2772
(extract(epoch from now()) * 1e9)::int8 as epoch_ns,
2773
coalesce(sum(jit_generation_time)::numeric, 0)::double precision as total_jit_time,
0 commit comments