| 90 | } |
| 91 | |
| 92 | interface MetricsOpts { |
| 93 | maxDataPoints?: number; // Max number of data points to collect, granularity is fixed at one minute. |
| 94 | } |
| 95 | |
| 96 | interface AdvancedSettings { |
| 97 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…