Skip to content

Commit

Permalink
Merge pull request #67 from newrelic/ru/deprecation-fixes
Browse files Browse the repository at this point in the history
fix: deprecated platform parameters
  • Loading branch information
aswanson-nr authored Oct 19, 2021
2 parents 97befce + ffbe5e6 commit f6ec5f6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions nerdlets/service-containers/nr1.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"schemaType": "NERDLET",
"id": "service-containers",
"displayName": "Containers",
"description": "Show Docker Containers",
"actionCategory": "troubleshoot",
"schemaType": "NERDLET",
"id": "service-containers",
"displayName": "Containers",
"description": "Show Docker Containers",
"context": {
"entities": [
{
"domain": "APM",
"type": "APPLICATION"
}
]
}
]
}
}

0 comments on commit f6ec5f6

Please sign in to comment.