crossoverJie commented on code in PR #21981:
URL: https://github.com/apache/pulsar/pull/21981#discussion_r1475566960
##########
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:
Yes, it appears that the upgrade to 3.0 has already switched to the v2
protocol, so now the user is based on the master branch `bookkeeper.json` is
unable to view the corresponding indicator;
Users with older versions of `bookkeeper.json` using the corresponding
branch can work properly.
--
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]