Skip to content

Commit

Permalink
fix: node entity search
Browse files Browse the repository at this point in the history
  • Loading branch information
khpeet committed Oct 17, 2024
1 parent 8fa6f9c commit ed21fc6
Show file tree
Hide file tree
Showing 3 changed files with 1,958 additions and 942 deletions.
2 changes: 1 addition & 1 deletion nerdlets/observability-maps-nerdlet/lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const entitySearchByAccountQuery = (domain, accountId, cursor) => {
subType = domainSplit[1];
}

let domainQuery = `domain IN ('${domain}') AND`;
let domainQuery = `domain IN ('${domain}')`;
if (domain === 'WORKLOAD') {
domainQuery = '';
subType = 'WORKLOAD';
Expand Down
2 changes: 1 addition & 1 deletion nr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"id": "e3c8de28-21c2-4977-89f3-c97d1667d722",
"displayName": "Observability Maps",
"description": "Create an observability map based on any of the data available in New Relic."
}
}
Loading

0 comments on commit ed21fc6

Please sign in to comment.