Difference between revisions of "Adding a computed measurement"
From Senfi Docs
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. |
− | # | + | # 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 | ||
− | # | + | # 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 | + | === Testing the Computed Measurement === |
− | |||
− | |||
− |
Revision as of 16:40, 16 September 2019
Contents
Pre-requisites
- Design your computed measurement
Adding a New Computed Measurement
- Login to the CMS
- Go to the Computed Measurement tab
- Click the + button to add a new computed measurement.
- Give the measurement a descriptive name. This will be shown to users of the dashboard.
- Specify a measurement code.
- Select your Source Measurements
- Add tags.
- Add metrics and specify the type of each metric.
- Write the computed measurement script
- Test the computed measurement (Optional)
- Save when done.