You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# HELP coderd_license_active_users The number of active users.
29
29
# TYPE coderd_license_active_users gauge
30
30
coderd_license_active_users 0
31
+
# HELP coderd_license_errors The number of active license errors.
32
+
# TYPE coderd_license_errors gauge
33
+
coderd_license_errors 0
31
34
# HELP coderd_license_limit_users The user seats limit based on the active Coder license.
32
35
# TYPE coderd_license_limit_users gauge
33
36
coderd_license_limit_users 0
34
37
# HELP coderd_license_user_limit_enabled Returns 1 if the current license enforces the user limit.
35
38
# TYPE coderd_license_user_limit_enabled gauge
36
39
coderd_license_user_limit_enabled 0
40
+
# HELP coderd_license_warnings The number of active license warnings.
41
+
# TYPE coderd_license_warnings gauge
42
+
coderd_license_warnings 0
37
43
# HELP coderd_prebuilt_workspaces_claimed_total Total number of prebuilt workspaces which were claimed by users. Claiming refers to creating a workspace with a preset selected for which eligible prebuilt workspaces are available and one is reassigned to a user.
38
44
# TYPE coderd_prebuilt_workspaces_claimed_total counter
0 commit comments