mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: add template info tags to coderd_agents_up
metric (#7942)
Co-authored-by: Colin Adler <colin1adler@gmail.com>
This commit is contained in:
@ -236,6 +236,9 @@ func (q *sqlQuerier) GetAuthorizedWorkspaces(ctx context.Context, arg GetWorkspa
|
||||
&i.Ttl,
|
||||
&i.LastUsedAt,
|
||||
&i.LockedAt,
|
||||
&i.TemplateName,
|
||||
&i.TemplateVersionID,
|
||||
&i.TemplateVersionName,
|
||||
&i.Count,
|
||||
); err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user