Skip to content

Commit

Permalink
Remove trends support (not in 10.0 schema)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev committed Nov 9, 2023
1 parent 8649f29 commit f5802af
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/node-observ-lib/panels.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -920,10 +920,6 @@ local utils = commonlib.utils;
])
+ table.queryOptions.withTransformationsMixin(
[
{
id: 'timeSeriesTable',
options: {},
},
{
id: 'joinByField',
options: {
Expand All @@ -935,14 +931,14 @@ local utils = commonlib.utils;
id: 'filterFieldsByName',
options: {
include: {
pattern: 'device|duplex|address|Value.+|Trend.+',
pattern: 'device|duplex|address|Value.+',
},
},
},
{
id: 'renameByRegex',
options: {
regex: '(Value|Trend) #(.*)',
regex: '(Value) #(.*)',
renamePattern: '$2',
},
},
Expand Down

0 comments on commit f5802af

Please sign in to comment.