From 76d51f60fd9e30c776f25881108d4884b83f47d3 Mon Sep 17 00:00:00 2001 From: Ilia Kurenkov Date: Thu, 11 Jul 2024 17:36:23 +0200 Subject: [PATCH] Add process signatures for vLLM (#17980) * Add process signatures for vLLM * fix manifest json * feedback from processes team * process sig as suggested by processes team --- vllm/manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vllm/manifest.json b/vllm/manifest.json index e61a63b6eadf9..342df8b3d6e9d 100644 --- a/vllm/manifest.json +++ b/vllm/manifest.json @@ -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",