sampler.views.inc currently has a 'default' case in the switch when exposing metrics fields to views. This case assumes the field is numeric. However, Sampler API knows better, since the API knows the data_type for each field. This default case should be fancy enough to look up the data_type and declare the right handlers for views.