This is a migrated thread and some comments may be shown as answers.

TrackFeatureValue

1 Answer 70 Views
Monitor integration
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Raghavendra
Top achievements
Rank 1
Raghavendra asked on 03 Jul 2014, 09:21 AM
Hi,

Is there any way, we can track feature value in the format string/key-value pairs etc? Currently it seems only "long" values can be tracked?

Thanks and regards,
Raghav

1 Answer, 1 is accepted

Sort by
0
Thomas.Andersen@telerik.com
Telerik team
answered on 03 Jul 2014, 01:24 PM
Hi Raghavendra

I'm not sure what you mean by it can only track long values? TrackFeatureValue is perhaps what you need? You can track features in three ways: use, value and timing.

Feature use tracks textual values grouped under a category: TrackFeature("category.value").
Feature value tracks numerical values: TrackFeatureValue("Name", value);
Feature timing measures process times: TrackFeatureStart("Name")/TrackFeatureStop("Name")

See more here

Regards,
Thomas.Andersen@telerik.com
Telerik
 
EQATEC Application Analytics is now Telerik Analytics. For more information on the new name, plus what's new in Telerik Analytics, please, check out the Analytics Service Announcement.
 
Tags
Monitor integration
Asked by
Raghavendra
Top achievements
Rank 1
Answers by
Thomas.Andersen@telerik.com
Telerik team
Share this question
or