mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 11:30:24 +00:00
PT-1741 Migrated Go pt-mongo-tools to new driver
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package templates
|
||||
|
||||
const BalancerStats = `
|
||||
{{ if . -}}
|
||||
# Balancer (per day)
|
||||
Success: {{.Success}}
|
||||
Failed: {{.Failed}}
|
||||
Splits: {{.Splits}}
|
||||
Drops: {{.Drops}}
|
||||
{{- end -}}
|
||||
`
|
||||
|
Reference in New Issue
Block a user