Difference between revisions of "Adding a computed measurement"

From Senfi Docs
Jump to: navigation, search
Line 5: Line 5:
 
# 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
# Click the '''+''' button
+
# Click the '''+''' button to add a new computed measurement.
# Fill in the Measurement Name and Measurement Code fields
+
# Give the measurement a descriptive name. This will be shown to users of the dashboard.
 +
# Specify a [[Measurement#Measurement_Code|measurement code]].
 
# Select your Source Measurements
 
# Select your Source Measurements
# Specify the Tags for your computed measurement
+
# Add tags.
 +
# Add metrics and specify the type of each metric.
 +
# Write the computed measurement script
 +
# Test the computed measurement (Optional)
 +
# Save when done.
  
 +
=== Writing the Computed Measurement Script ===
  
=== Testing your Computed Measurement ===
+
=== Testing the Computed Measurement ===
 
 
 
 
=== Saving your Computed Measurement ===
 

Revision as of 16:40, 16 September 2019

Pre-requisites

  • Design your computed measurement

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