Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions common_utils/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ const (
GNOI_HEALTHZ_ACK
GNOI_HEALTHZ_CHECK
GNOI_HEALTHZ_COLLECT
GNSI_CREDZ_SET
GNSI_CREDZ_CHECKPOINT
DBUS
DBUS_FAIL
DBUS_APPLY_PATCH_DB
Expand Down Expand Up @@ -95,6 +97,10 @@ func (c CounterType) String() string {
return "GNOI Healthz Check"
case GNOI_HEALTHZ_COLLECT:
return "GNOI Healthz Collect"
case GNSI_CREDZ_SET:
return "GNSI Credz Set"
case GNSI_CREDZ_CHECKPOINT:
return "GNSI Credz Checkpoint"
case DBUS:
return "DBUS"
case DBUS_FAIL:
Expand Down
Loading
Loading