Skip to content

Commit

Permalink
fix model name
Browse files Browse the repository at this point in the history
  • Loading branch information
rnetser committed Jan 3, 2025
1 parent c17d560 commit ccc963f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model_serving/model_server/metrics/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def deleted_metrics(prometheus: Prometheus) -> None:
for metric in ("tgi_request_success", "tgi_request_count"):
LOGGER.info(f"deleting {metric} metric")
requests.get(
f"{prometheus.api_url}api/v1/admin/tsdb/delete_series?match[]={metric}",
f"{prometheus.api_url}/api/v1/admin/tsdb/delete_series?match[]={metric}",
headers=prometheus.headers,
verify=prometheus.verify_ssl,
)

0 comments on commit ccc963f

Please sign in to comment.