Skip to content

Commit

Permalink
Add process signature to manifest.json (#14348)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-donovan-dd authored Apr 12, 2023
1 parent fce61a7 commit 16b3329
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion yarn/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
},
"process_signatures": [
"java org.apache.hadoop.yarn.server.resourcemanager.ResourceManager",
"java org.apache.hadoop.yarn.server.nodemanager.NodeManager"
]
},
"dashboards": {
"yarn": "assets/dashboards/yarn_dashboard.json",
Expand Down

0 comments on commit 16b3329

Please sign in to comment.