We want to be able to reject all data where the metric name or associated tags / values contain non-ASCII chars. Some backends such as Cassandra don't accept all byte values as string chars, which can lead to MT "hanging" because Cassandra keeps rejecting the insert query while MT keeps retrying it.
There should be a flag which makes the input validation stricter and which makes it reject all non-ascii chars.
We want to be able to reject all data where the metric name or associated tags / values contain non-ASCII chars. Some backends such as Cassandra don't accept all byte values as string chars, which can lead to MT "hanging" because Cassandra keeps rejecting the insert query while MT keeps retrying it.
There should be a flag which makes the input validation stricter and which makes it reject all non-ascii chars.