Difference between revisions of "Adding a computed measurement"

From Senfi Docs
Jump to: navigation, search
Line 1: Line 1:
 
=== Pre-requisites ===
 
=== Pre-requisites ===
 +
A computed measurement requires design in order for it to work correctly. If you have not designed your computed measurement yet, please read [[Computed_measurement|this guide]] first.
 +
 +
You should also be similar with the concept of [[Measurement|measurements/metric/tag]]. Please read [[Concepts#Measurement.2C_Metric.2C_Tag|this section]] first.
 +
 +
 +
 
* [[Computed_measurement#Design|Design]] your computed measurement  
 
* [[Computed_measurement#Design|Design]] your computed measurement  
 +
* note down the metrics you want to capture.
 +
Decide on a set of tags to use. Make sure that there is a combination of tags that will uniquely
  
 
=== Adding a New Computed Measurement ===
 
=== Adding a New Computed Measurement ===
 +
 +
 
# Login to the [https://ems.senfi.io/cms CMS]
 
# Login to the [https://ems.senfi.io/cms CMS]
 
# Go to the '''Computed Measurement''' tab
 
# Go to the '''Computed Measurement''' tab

Revision as of 16:48, 16 September 2019

Pre-requisites

A computed measurement requires design in order for it to work correctly. If you have not designed your computed measurement yet, please read this guide first.

You should also be similar with the concept of measurements/metric/tag. Please read this section first.


  • Design your computed measurement
  • note down the metrics you want to capture.

Decide on a set of tags to use. Make sure that there is a combination of tags that will uniquely

Adding a New Computed Measurement

  1. Login to the CMS
  2. Go to the Computed Measurement tab
  3. Click the + button to add a new computed measurement.
  4. Give the measurement a descriptive name. This will be shown to users of the dashboard.
  5. Specify a measurement code.
  6. Select your Source Measurements
  7. Add tags.
  8. Add metrics and specify the type of each metric.
  9. Write the computed measurement script
  10. Test the computed measurement (Optional)
  11. Save when done.

Writing the Computed Measurement Script

Testing the Computed Measurement