This repository was archived by the owner on Oct 11, 2022. It is now read-only.
Commit 68b9554
Max Stoiber
Fix db connection count tracking
The previous version with events literally only fired on startup of
instances and then never again, making it not useful for showing neat
graphs.
This fixes it by sending the current count every 5s, no matter if it
changes or not, which is how DataDog expects it to be.1 parent a8646b5 commit 68b9554
File tree
1 file changed
+3
-3
lines changed1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments