Skip to content

Commit

Permalink
0006049: Added connection pool insight
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-miller-jumpmind committed Oct 25, 2023
1 parent 74ed89a commit b6495ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions symmetric-assemble/src/asciidoc/configuration/monitors.ad
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ be compared to a threshold value.

|jobTrending|Largest percentage by which a job's most recent runtime has exceeded its previous peak runtime. This only applies to jobs that record statistics in the <<NODE_HOST_JOB_STATS>> table (see jobError monitor above). This will only take effect for a particular job when the <<NODE_HOST_JOB_STATS>> table contains a sufficient amount of statistics for that job (10 or 100 rows, depending on the job). |✔

|connectionPool|Value of 0 or 1 indicating whether all connections in the database connection pool are in use.|✔

|connectionReset|Value of 0 or 1 indicating whether or not a "connection reset" error has occurred recently. The duration in the past during which this insight checks for "connection reset" errors is determined by the purge.log.summary.retention.minutes parameter, which defaults to 60 minutes. |✔

|lob|Number of tables that could store rows that are wider than the limit for data capture and have not been configured to account for these wide rows.|✔
Expand Down

0 comments on commit b6495ae

Please sign in to comment.