QueryTracking: { enabled: boolean; maxQueryStringLength: number; maxSlowQueries: number; slowQueryThreshold: number; trackBindVars: boolean; trackSlowQueries: boolean }

Information about query tracking.

Type declaration

  • enabled: boolean

    Whether query tracking is enabled.

  • maxQueryStringLength: number

    Maximum query string length in bytes that is kept in the list.

  • maxSlowQueries: number

    Maximum number of slow queries that is kept in the list.

  • slowQueryThreshold: number

    Threshold execution time in seconds for when a query is considered slow.

  • trackBindVars: boolean

    Whether bind parameters are being tracked along with queries.

  • trackSlowQueries: boolean

    Whether slow queries are being tracked.

Generated using TypeDoc