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

Internal rpc latency differences #23

Open
jrkinley opened this issue Oct 17, 2023 · 0 comments
Open

Internal rpc latency differences #23

jrkinley opened this issue Oct 17, 2023 · 0 comments

Comments

@jrkinley
Copy link
Contributor

internal_rpc latency is reported differently on the Default and Ops dashboard making it difficult to tell what the true p95 and p99 values are. E.g.

PromQL query for internal_rpc latency p95 on Ops Dashboard:
histogram_quantile(0.95, sum(rate(redpanda_rpc_request_latency_seconds_bucket{instance=~"[[node]]",exported_instance=~"[[exported_node]]",shard=~"[[node_shard]]",redpanda_cloud_data_cluster_name=~"[[data_cluster]]"}[5m])) by (le, [[aggr_criteria]]))

PromQL query for internal_rpc latency p95 on Default Dashboard:
histogram_quantile(0.95, sum(rate(redpanda_rpc_request_latency_seconds_bucket{instance=~"$node",redpanda_server="internal"}[$__rate_interval])) by (le, $aggr_criteria))

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

No branches or pull requests

1 participant