Commit bb3fea6
authored
time-series-analytics: Updated kapacitor version (open-edge-platform#1166)
This PR updates the Kapacitor version from 1.7.7 to 1.8.2 and adapts the temperature classifier UDF to work with the new version's API changes. The key change is migrating from iterating over fieldsDouble key-value pairs to using dictionary-style access, which aligns with Kapacitor 1.8.2's updated interface.
Signed-off-by: Pooja Kumbharkar <[email protected]>1 parent 5fb4e19 commit bb3fea6
File tree
2 files changed
+4
-5
lines changed- microservices/time-series-analytics
- docker
- udfs
2 files changed
+4
-5
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
0 commit comments