(ctx context.Context, arg UpsertTelemetryItemParams)
| 1421 | UpsertTaskSnapshot(ctx context.Context, arg UpsertTaskSnapshotParams) error |
| 1422 | UpsertTaskWorkspaceApp(ctx context.Context, arg UpsertTaskWorkspaceAppParams) (TaskWorkspaceApp, error) |
| 1423 | UpsertTelemetryItem(ctx context.Context, arg UpsertTelemetryItemParams) error |
| 1424 | // This query aggregates the workspace_agent_stats and workspace_app_stats data |
| 1425 | // into a single table for efficient storage and querying. Half-hour buckets are |
| 1426 | // used to store the data, and the minutes are summed for each user and template |
no outgoing calls