Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chain: ShardManager: add metrics for partial encoded chunk response #6431

Merged
merged 2 commits into from
Mar 15, 2022

Conversation

mina86
Copy link
Contributor

@mina86 mina86 commented Mar 14, 2022

Add near_partial_encoded_chunk_request_processing_time metric which
returns how much time processing partial encoded chunk requests took.
The metric is split by the method used to create a response and also
whether in the end the response has been prepared or not.

Issue: #6242

Add near_partial_encoded_chunk_request_processing_time metric which
returns how much time processing partial encoded chunk requests took.
The metric is split by the method used to create a response and also
whether in the end the response has been prepared or not.

Issue: near#6242
chain/chunks/src/metrics.rs Show resolved Hide resolved
chain/chunks/src/lib.rs Show resolved Hide resolved
@near-bulldozer near-bulldozer bot merged commit e92e894 into near:master Mar 15, 2022
@mina86 mina86 deleted the m branch March 21, 2022 17:30
mina86 added a commit to mina86/nearcore that referenced this pull request Apr 7, 2022
…ear#6431)

This is commit e92e894 upstream.

Add near_partial_encoded_chunk_request_processing_time metric which
returns how much time processing partial encoded chunk requests took.
The metric is split by the method used to create a response and also
whether in the end the response has been prepared or not.

Issue: near#6242
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants