Request duration statistic in tree pool #244

Closed
opened 2024-07-29 07:54:51 +00:00 by alexvanin · 1 comment
Owner

Object pool collects request duration statistic (see pool/statistic.go file). This information is exposed and may be produced as the metric by client application (s3 gateway in this case).

Tree pool is missing this statistic but it should be useful as well.

Describe the solution you'd like

Add atomic counters and implement methods to expose statistic of average request duration.

## Is your feature request related to a problem? Please describe. Object pool collects request duration statistic (see `pool/statistic.go` file). This information is exposed and may be produced as the metric by client application (s3 gateway in this case). Tree pool is missing this statistic but it should be useful as well. ## Describe the solution you'd like Add atomic counters and implement methods to expose statistic of average request duration.
alexvanin added the
pool
label 2024-07-29 07:54:51 +00:00
mbiryukova was assigned by alexvanin 2024-07-29 07:54:55 +00:00
Member

Closed in #246

Closed in #246
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
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-sdk-go#244
No description provided.