-
Notifications
You must be signed in to change notification settings - Fork 881
feat(coderd/database): use template_usage_stats
in GetTemplateInsightsByInterval
query
#12667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mafredri
merged 2 commits into
main
from
mafredri/rewrite-gettemplateinsightsbyinterval
Mar 25, 2024
Merged
feat(coderd/database): use template_usage_stats
in GetTemplateInsightsByInterval
query
#12667
mafredri
merged 2 commits into
main
from
mafredri/rewrite-gettemplateinsightsbyinterval
Mar 25, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Mar 19, 2024
Closed
45217ba
to
3651195
Compare
fc42977
to
e64a1b0
Compare
johnstcn
approved these changes
Mar 20, 2024
3651195
to
454f328
Compare
e64a1b0
to
f0ceeea
Compare
mtojek
approved these changes
Mar 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stamp?
454f328
to
1e05111
Compare
f0ceeea
to
b10b9dd
Compare
b9c85a5
to
2d7344a
Compare
b10b9dd
to
20b839e
Compare
2d7344a
to
3b66bab
Compare
20b839e
to
67c6e60
Compare
3b66bab
to
dbe21aa
Compare
67c6e60
to
ec47926
Compare
dbe21aa
to
b499ab2
Compare
ec47926
to
4a074e0
Compare
b499ab2
to
b208047
Compare
4a074e0
to
388b328
Compare
b208047
to
4da99d8
Compare
388b328
to
af55118
Compare
4da99d8
to
33c681f
Compare
af55118
to
958785d
Compare
33c681f
to
5c7ed09
Compare
958785d
to
05780db
Compare
5c7ed09
to
7e229d3
Compare
05780db
to
3c67005
Compare
7e229d3
to
b46a8e0
Compare
3c67005
to
bf27a9f
Compare
b46a8e0
to
87ab396
Compare
bf27a9f
to
8b32a8c
Compare
GetTemplateInsightsByInterval
to use template_usage_stats
template_usage_stats
in GetTemplateInsightsByInterval
query
87ab396
to
49acc52
Compare
8b32a8c
to
bfe4b8a
Compare
bfe4b8a
to
cb74f29
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the
GetTemplateInsightsByInterval
query to use rolled uptemplate_usage_stats
instead of raw agent and app stats.