Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: Clif Houck <[email protected]>
  • Loading branch information
ClifHouck committed Oct 3, 2023
1 parent a28ed6b commit 39b1b02
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/metrics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ Metrics::Metrics()
prometheus::BuildGauge()
.Name("triton_version_information")
.Help("Triton API & Server Versions")
/*.Labels({
//{std::string("api_major_version"), std::to_string(TRITONBACKEND_API_VERSION_MAJOR)},
{std::string("api_minor_version"), std::to_string(TRITONBACKEND_API_VERSION_MINOR)},
{std::string("server_major_version"), std::to_string(TRITONSERVER_API_VERSION_MAJOR)},
{std::string("server_minor_version"), std::to_string(TRITONSERVER_API_VERSION_MINOR)}})*/
.Register(*registry_)),

#ifdef TRITON_ENABLE_METRICS_GPU
Expand Down

0 comments on commit 39b1b02

Please sign in to comment.