Skip to content

Commit

Permalink
DEEPER_CONNECT fix multiValue for tags (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav91 authored Oct 8, 2021
1 parent e92f5a2 commit 44f97ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definitions/ext-deeper_connect/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
},
{
"visualization": {
"id": "viz.line"
"id": "viz.area"
},
"layout": {
"column": 1,
Expand All @@ -323,7 +323,7 @@
"nrqlQueries": [
{
"accountId": 0,
"query": "FROM DeeperConnectSample SELECT latest(balance.amount) as 'Balance Amount' TIMESERIES SINCE 1 week ago "
"query": "FROM DeeperConnectSample SELECT latest(balance.amount) as 'Balance Amount' TIMESERIES SINCE 1 week ago FACET device.sn LIMIT MAX"
}
],
"yAxisLeft": {
Expand Down
8 changes: 8 additions & 0 deletions definitions/ext-deeper_connect/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,24 @@ synthesis:
value: DeeperConnectSample
tags:
device.name:
multiValue: false
device.id:
multiValue: false
device.type:
multiValue: false
device.softwareVersion:
multiValue: false
network.ip:
multiValue: false
map.self.city:
entityTagName: city
multiValue: false
map.self.lat:
entityTagName: lat
multiValue: false
map.self.lng:
entityTagName: lng
multiValue: false
dashboardTemplates:
newRelic:
template: dashboard.json
Expand Down

0 comments on commit 44f97ed

Please sign in to comment.