Update values for health metric #91

Closed
opened 2023-04-17 12:39:10 +00:00 by dkirillov · 0 comments
Member

It would be nice to have the same value for health metric as in frostfs-node

enum HealthStatus {
// Undefined status, default value.
HEALTH_STATUS_UNDEFINED = 0;
// Storage node application is starting.
STARTING = 1;
// Storage node application is started and serves all services.
READY = 2;
// Storage node application is shutting down.
SHUTTING_DOWN = 3;
}

It would be nice to have the same value for `health` metric as in frostfs-node https://git.frostfs.info/TrueCloudLab/frostfs-node/src/commit/7b981bfe97144eba4d01f123696f53d13d8b15b9/pkg/services/control/types.proto#L106-L118
dkirillov added this to the v0.27.0 milestone 2023-04-17 12:39:10 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-s3-gw#91
No description provided.