Skip to content

Commit

Permalink
Add process signatures for vLLM (#17980)
Browse files Browse the repository at this point in the history
* Add process signatures for vLLM

* fix manifest json

* feedback from processes team

* process sig as suggested by processes team
  • Loading branch information
iliakur committed Jul 11, 2024
1 parent 2b81d07 commit 76d51f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vllm/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
},
"process_signatures": [
"vllm.entrypoints.openai.api_server"
]
},
"monitors": {
"token_throughput": "assets/monitors/token_throughput.json",
Expand Down

0 comments on commit 76d51f6

Please sign in to comment.