Commit 23ba02d
committed
feat(system): enable the scheduler utilization metric in the dev server
The application has already booted by the time dev.exs runs, so setting
the opt-in config there would be too late for the telemetry
supervisor's init - the producer is started as an extra child instead,
following the same pattern the script already uses to restart the
Storage server with dev settings. Defaults to a 5s interval,
overridable (or disabled with 0) via
OBSERVER_WEB_SCHEDULER_UTILIZATION_INTERVAL_MS.1 parent d8cc87d commit 23ba02d
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
94 | 110 | | |
95 | 111 | | |
96 | 112 | | |
| |||
0 commit comments