Copilot commented on code in PR #13527: URL: https://github.com/apache/skywalking/pull/13527#discussion_r2386446910
##########
oap-server/server-starter/src/main/resources/ui-initialized-templates/banyandb/banyandb_service.json:
##########
@@ -0,0 +1,574 @@
+[
+ {
+ "id": "da8ac0c1-3a83-4225-aec8-88d32a1496fb",
+ "configuration": {
+ "children": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 8,
+ "h": 11,
+ "i": "0",
+ "type": "Widget",
+ "widget": {
+ "title": "Write Rate"
+ },
+ "graph": {
+ "type": "Card",
+ "fontSize": 50,
+ "textAlign": "center",
+ "showUnit": true
+ },
+ "expressions": [
+ "latest(meter_banyandb_write_rate)"
+ ],
+ "metricConfig": [
+ {
+ "label": "Write Rate"
+ }
+ ]
+ },
+ {
+ "x": 8,
+ "y": 0,
+ "w": 8,
+ "h": 11,
+ "i": "1",
+ "type": "Widget",
+ "widget": {
+ "title": "Total memory"
+ },
+ "graph": {
+ "type": "Card",
+ "fontSize": 50,
+ "textAlign": "center",
+ "showUnit": true
+ },
+ "expressions": [
+ "latest(meter_banyandb_total_memory/1024/1024/1024)"
+ ],
+ "metricConfig": [
+ {
+ "unit": "Gib"
+ }
+ ]
+ },
+ {
+ "x": 16,
+ "y": 0,
+ "w": 8,
+ "h": 11,
+ "i": "2",
+ "type": "Widget",
+ "widget": {
+ "title": "Disk usage"
+ },
+ "graph": {
+ "type": "Card",
+ "fontSize": 50,
+ "textAlign": "center",
+ "showUnit": true
+ },
+ "expressions": [
+ "latest(meter_banyandb_disk_usage/1024/1024/1024)"
+ ],
+ "metricConfig": [
+ {
+ "unit": "Gib"
+ }
+ ]
+ },
+ {
+ "x": 0,
+ "y": 11,
+ "w": 8,
+ "h": 11,
+ "i": "3",
+ "type": "Widget",
+ "widget": {
+ "title": "Query rate"
+ },
+ "graph": {
+ "type": "Card",
+ "fontSize": 50,
+ "textAlign": "center",
+ "showUnit": true
+ },
+ "expressions": [
+ "latest(meter_banyandb_query_rate{method=\"query\"})"
+ ],
+ "metricConfig": [
+ {
+ "unit": "rps"
+ }
+ ]
+ },
+ {
+ "x": 8,
+ "y": 11,
+ "w": 8,
+ "h": 11,
+ "i": "4",
+ "type": "Widget",
+ "widget": {
+ "title": "Total cpu"
+ },
+ "graph": {
+ "type": "Card",
+ "fontSize": 50,
+ "textAlign": "center",
+ "showUnit": true
+ },
+ "expressions": [
+ "latest(meter_banyandb_total_cpu)"
+ ]
+ },
+ {
+ "x": 16,
+ "y": 11,
+ "w": 8,
+ "h": 11,
+ "i": "5",
+ "type": "Widget",
+ "widget": {
+ "title": "Write and query errors rate"
+ },
+ "graph": {
+ "type": "Card",
+ "fontSize": 50,
+ "textAlign": "center",
+ "showUnit": true
+ },
+ "expressions": [
+ "latest(meter_banyandb_write_and_query_errors_rate)"
+ ]
+ },
+ {
+ "x": 8,
+ "y": 22,
+ "w": 16,
+ "h": 11,
+ "i": "6",
+ "type": "Widget",
+ "widget": {
+ "title": "Active Instances"
+ },
+ "graph": {
+ "type": "Line",
+ "step": false,
+ "smooth": false,
+ "showSymbol": true,
+ "showXAxis": true,
+ "showYAxis": true
+ },
+ "expressions": [
+ "meter_banyandb_active_instance"
+ ]
+ },
+ {
+ "x": 0,
+ "y": 22,
+ "w": 8,
+ "h": 11,
+ "i": "7",
+ "type": "Widget",
+ "widget": {
+ "title": "Etcd opeartion rate"
Review Comment:
There's a spelling error in the title. 'opeartion' should be 'operation'.
```suggestion
"title": "Etcd operation rate"
```
--
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]
