- Add method to filter by series name, field name and multiple labels #35
- Check if field contains displayName if name fails #29
- Use values if calcs is missing #28
- Fix wrong time returned #27
- Add reducer ids #13
- Add metricData which retrieves multiple calcs (last, min, max, first, ETC) and time #18
- Add get metric from field names #5
- Add get metric from label #6
- Export unused functions (getFieldByName, getSeriesByName, getValueField) #10
- Add getEvaluationString which evaluates a string with metric names
- Add better descriptions and examples
- Fix missing noDataValue parameter
- Add getShowcaseMetricValue which returns a value between a set range of numbers with a set amount of decimals.
- Add getMetricValue which decides what function to run.
- Add getMetricValueByName which retrieves last metric value based off of the name provided.