Skip to content

v0.57.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 18:16
ff43b11
  • Log Insights:
    • Fix handling of syntax error events when STATEMENT is missing
    • Support multi-line logs with AlloyDB
  • Test run: Improve handling of interrupts via CTRL+C (SIGINT)
    • Avoid collector hanging, and don't print summary
    • Allow HTTP clients to be cancelled to avoid shutdown delays
  • Add option to avoid collecting distributed index stats for Citus
    • This allows setting the DISABLE_CITUS_SCHEMA_STATS / disable_citus_schema_stats
      setting to the "index" value, which will cause the collector to
      skip collecting index statistics for Citus distributed tables
      (which can time out when there is a significant count of indexes)
  • Install script: Avoid deprecated usage of apt-key command