Skip to content

Commit

Permalink
Update src/servers/src/http/prometheus_resp.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
waynexia authored Mar 29, 2024
1 parent d3604ff commit 90fb898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/src/http/prometheus_resp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ impl PrometheusJsonResponse {
*v = values.pop();
}
PromQueryResult::String(ref mut _v) => {
// Not supported yet
// TODO(ruihang): Not supported yet
}
}
});
Expand Down

0 comments on commit 90fb898

Please sign in to comment.