Skip to content

Files

Latest commit

 

History

History
66 lines (36 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

66 lines (36 loc) · 1.84 KB

Changelog for grafana-metric

v1.2.0 (2023/04/27)

Features / enhancements

  • Add method to filter by series name, field name and multiple labels #35

v1.1.1 (2022/01/07)

Features / enhancements

  • Check if field contains displayName if name fails #29

v1.1.0 (2021/08/03)

Features / enhancements

  • Use values if calcs is missing #28

v1.0.1 (2021/08/03)

Bug fixes

  • Fix wrong time returned #27

v1.0.0 (2021/03/05)

Features / enhancements

  • Add reducer ids #13
  • Add metricData which retrieves multiple calcs (last, min, max, first, ETC) and time #18

v0.2.0 (2021/02/24)

Features / enhancements

  • Add get metric from field names #5
  • Add get metric from label #6
  • Export unused functions (getFieldByName, getSeriesByName, getValueField) #10

v0.1.0 (2021/02/05)

Features / enhancements

  • Add getEvaluationString which evaluates a string with metric names
  • Add better descriptions and examples

v0.0.2 (2021/02/01)

Bug fixes

  • Fix missing noDataValue parameter

v0.0.1 (2020/11/19)

Features / enhancements

  • 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.

v0.0.0 (2020/11/06)

Features / enhancements

  • Add getMetricValueByName which retrieves last metric value based off of the name provided.