Metric values that contain two dots (such as deployment version strings) display incorrectly in dashboards. The last part of the version string is dropped regardless of the numeric conversion setting (None or String).
3.3.#### are truncated to 3.3.This issue is caused by the version string being incorrectly treated as a numeric format and parsed to a float. The parser stops at the second decimal point, causing truncation of the remaining string.
This issue is a regression identified in DE683978.
Targeted to be fixed in release 26.8.2.