Error in prometheus reporter with _total metric

Temporal v1.9.2

The deployment is using this standard docker config.yaml with Cassandra.

Received this error when starting temporal:

{"level":"warn","ts":"2021-05-17T22:11:08.726Z","msg":"error in prometheus reporter","error":"a previously registered descriptor with the same fully-qualified name as Desc{fqName: \"history_size_total\", help: \"history_size_total histogram\", constLabels: {}, variableLabels: [namespace operation]} has different label names or a different help string","logging-call-at":"config.go:379"}

It seems related to the recent addition of the _total metric.