Skip to content

Commit a7d1ea5

Browse files
authored
deployment/logs-benchmark: remove unnecessary multiplication (VictoriaMetrics#4502)
Signed-off-by: Zakhar Bessarab <[email protected]>
1 parent 3224375 commit a7d1ea5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-3.34 KB
Loading

deployment/logs-benchmark/grafana/dashboards/comparison.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"uid": "P4169E866C3094E38"
114114
},
115115
"editorMode": "code",
116-
"expr": "sum(rate(filebeat_libbeat_output_events{type=\"acked\"})) by (instance, type) *100",
116+
"expr": "sum(rate(filebeat_libbeat_output_events{type=\"acked\"})) by (instance, type)",
117117
"legendFormat": "{{instance}} - {{type}}",
118118
"range": true,
119119
"refId": "A"

0 commit comments

Comments
 (0)