Difference between revisions of "Adding a computed measurement"
From Senfi Docs
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. | + | A computed measurement requires design and basic scripting in order for it to work correctly. If you have not designed or created a script for your computed measurement yet, please read [[Computed_measurement|this guide]] first. |
− | You should also be similar with the | + | You should also be similar with the basic [[Measurement|measurements]] and its concepts. Please read [[Concepts#Measurement.2C_Metric.2C_Tag|this section]] if you require a refresher. |
− | + | You should | |
− | + | * Note down the source (input) measurements. | |
− | * | + | * Note down the metrics you want to output. |
− | * | + | * Decide on a set of tags to use or re-use. Make sure that there is a combination of tags that will uniquely identify the unit/device/equipment that outputs those metrics. |
− | Decide on a set of tags to use. Make sure that there is a combination of tags that will uniquely | + | * Have the computed measurement script ready. |
+ | * (Optional) Have a set of test data for your computed measurement | ||
=== 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] | ||
Line 22: | Line 22: | ||
# Add metrics and specify the type of each metric. | # Add metrics and specify the type of each metric. | ||
# Write the computed measurement script | # Write the computed measurement script | ||
− | # Test the computed measurement | + | # (Optional) Test the computed measurement |
# Save when done. | # Save when done. | ||
Revision as of 16:53, 16 September 2019
Contents
Pre-requisites
A computed measurement requires design and basic scripting in order for it to work correctly. If you have not designed or created a script for your computed measurement yet, please read this guide first.
You should also be similar with the basic measurements and its concepts. Please read this section if you require a refresher.
You should
- Note down the source (input) measurements.
- Note down the metrics you want to output.
- Decide on a set of tags to use or re-use. Make sure that there is a combination of tags that will uniquely identify the unit/device/equipment that outputs those metrics.
- Have the computed measurement script ready.
- (Optional) Have a set of test data for 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
- (Optional) Test the computed measurement
- Save when done.