GetTemplateInsightsByInterval returns all intervals between start and end time, if end time is a partial interval, it will be included in the results and that interval will be shorter than a full one. If there is no data for a selected interval/template, it will be included in the results with 0 act
(ctx context.Context, arg GetTemplateInsightsByIntervalParams)
| 714 | // that interval will be shorter than a full one. If there is no data for a selected |
| 715 | // interval/template, it will be included in the results with 0 active users. |
| 716 | GetTemplateInsightsByInterval(ctx context.Context, arg GetTemplateInsightsByIntervalParams) ([]GetTemplateInsightsByIntervalRow, error) |
| 717 | // GetTemplateInsightsByTemplate is used for Prometheus metrics. Keep |
| 718 | // in sync with GetTemplateInsights and UpsertTemplateUsageStats. |
| 719 | GetTemplateInsightsByTemplate(ctx context.Context, arg GetTemplateInsightsByTemplateParams) ([]GetTemplateInsightsByTemplateRow, error) |
no outgoing calls