Skip to content

Is there any metrics counting the invocation of object storage service API? #5437

Answered by koushiro
leiysky asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, this is confusing for users.

According to the current implementation of the metrics layer, it only records the data of the specific operation being called, like below:

write => Operation for [`crate::raw::Access::write`]
Writer::write => Operation for [`crate::raw::oio::Write::write`]

read => Operation for [`crate::raw::Access::read`]
Reader::read => Operation for [`crate::raw::oio::Read::read`]

so I think write/read may be the expected PUT/GET data for you.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@tisonkun
Comment options

@koushiro
Comment options

@tisonkun
Comment options

@koushiro
Comment options

Comment options

You must be logged in to vote
3 replies
@tisonkun
Comment options

@koushiro
Comment options

Answer selected by tisonkun
@tisonkun
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants