Skip to content

Commit

Permalink
fix(dashmate): failing doctor with drive metrics enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 25, 2024
1 parent dd54205 commit e25e0e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export default function collectSamplesTaskFactory(
// eslint-disable-next-line no-param-reassign
task.output = 'Reading Drive metrics';

const url = `http://${config.get('platform.drive.abci.rpc.host')}:${config.get('platform.drive.abci.rpc.port')}/metrics`;
const url = `http://${config.get('platform.drive.abci.metrics.host')}:${config.get('platform.drive.abci.metrics.port')}/metrics`;

const result = fetchTextOrError(url);

Expand Down

0 comments on commit e25e0e2

Please sign in to comment.