Active
Project:
Sampler API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
15 Sep 2010 at 23:28 UTC
Updated:
15 Sep 2010 at 23:28 UTC
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.