congbobo184 commented on code in PR #21981:
URL: https://github.com/apache/pulsar/pull/21981#discussion_r1472516019
##########
grafana/dashboards/bookkeeper.json:
##########
@@ -383,7 +383,7 @@
"steppedLine": false,
"targets": [
{
- "expr":
"bookkeeper_server_ADD_ENTRY_REQUEST{cluster=~\"$cluster\",
kubernetes_pod_name=~\"$bookie\", success=\"true\", quantile=\"0.5\"}",
+ "expr": "bookkeeper_server_ADD_ENTRY{cluster=~\"$cluster\",
kubernetes_pod_name=~\"$bookie\", success=\"true\", quantile=\"0.5\"}",
Review Comment:
if use V1, it can work? it seem not abandon, only don't support in V2
protocol right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]