forked from marshell08/grafana-plugins
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathCHANGELOG
73 lines (48 loc) · 1.84 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Version 1.7.0
* Only retrieve resource attributes needed by the graph
* Allow to groupby "Dynamic Aggregates" and "Resource search"
* Autocompletion for Query, Operations, Metric names and GroupbBy
* Partial syntax highlighting for Query and Operations
* New error reporting handling, label become red when field in invalid.
Version 1.6.2
* Use a dropdown for resource types
Version 1.6.1
* Allow to have different attributes for templating
(e.g: a dropdown with "$host - $flavor", while template service will use "id")
Version 1.6.0
* Add support fore Dynamic Aggregation
* Remove support for Gnocchi transformation
Version 1.5.5
* Fix some release script issues
Version 1.5.4
* fix multivalue templating variable in template
* fix typo in needed_overlap
* Implements reaggregation
Version 1.5.3
* Rework error handling
* Fix github url
* templating: Fix multivalue handling
Version 1.5.0
* Behavior of missing datapoints is now configurable (shown as zero or not)
* Add support for Gnocchi transformation
* Custom aggregation method are allowed
Version 1.4.0
* Granularity can be set on all query Mode
* $metric in label show the metric name
* Label can be created dynamically with resource attribute prefixed by $ or surrounded by ${}
example: $host - $type - $metric
* Resource aggregation can also aggregate metrics of the same resource
by using regex in metric name
Version 1.3.1
* Metric name use regex and not wildcard
* Rework the UI
Version 1.3.0
* Metric name can be a wildcard for resource search queries
* The option need_overlap can be set
* Resource attribute used in label must be prefixed by "$" - breaking change
Version 1.2.0
* Gnocchi basic auth support
* Allow to express Query in fancy format instead of JSON
Version 1.1.0
* Allow to select granularity
* Provide example dashboard that works out of the box for Openstack Ceilometer