Skip to content

Commit

Permalink
Remove unused configuration option in mocked instance (#18965)
Browse files Browse the repository at this point in the history
* Remove unused configuration option in mocked instance

* Remove unreported service check
  • Loading branch information
Kyle-Neale authored Oct 31, 2024
1 parent f68d51c commit 575fc4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions vllm/assets/service_checks.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,5 @@
],
"name": "vLLM OpenMetrics endpoint health",
"description": "Returns `CRITICAL` if the Agent is unable to connect to the vLLM OpenMetrics endpoint, otherwise returns `OK`."
},
{
"agent_version": "7.56.0",
"integration": "vLLM",
"check": "vllm.health.status",
"statuses": [
"ok",
"warning",
"critical"
],
"groups": [
"host"
],
"name": "Health Status of vLLM",
"description": "Returns `CRITICAL` if the Server is having a 4xx or 5xx response, `OK` if the response is 200, and `unknown` for everything else."
}
]
1 change: 0 additions & 1 deletion vllm/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def get_fixture_path(filename):
MOCKED_INSTANCE = {
"openmetrics_endpoint": f"http://{HOST}:{PORT}/metrics",
"tags": ['test:test'],
"collect_server_info": True,
}

MOCKED_VERSION_ENDPOINT = f"http://{HOST}:{PORT}/version"
Expand Down

0 comments on commit 575fc4f

Please sign in to comment.