* Data stats from monitoring API (aggregated)
| 29 | * Data stats from monitoring API (aggregated) |
| 30 | */ |
| 31 | interface MonitoringDataStats { |
| 32 | data_type: string |
| 33 | count: number |
| 34 | context_type?: string |
| 35 | } |
| 36 | |
| 37 | /** |
| 38 | * Data stats trend from monitoring API (time series) |
nothing calls this directly
no outgoing calls
no test coverage detected