Skip to content

Commit

Permalink
feaet: Limitless plugin - change column name from dns_host to router_…
Browse files Browse the repository at this point in the history
…endpoint in router query
  • Loading branch information
aaronchung-bitquill committed Sep 24, 2024
1 parent ecab7e4 commit b6fbd82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ private List<HostSpec> queryForLimitlessRouters(final Connection conn) throws SQ

try (final Statement stmt = conn.createStatement();
final ResultSet resultSet = stmt.executeQuery(
"select dns_host, load from aurora_limitless_router_endpoints()")) {
"select router_endpoint, load from aurora_limitless_router_endpoints()")) {
return mapResultSetToHostSpecList(resultSet);
} catch (final SQLSyntaxErrorException e) {
throw new SQLException(Messages.get("LimitlessRouterMonitor.invalidQuery"), e);
Expand Down

0 comments on commit b6fbd82

Please sign in to comment.