We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752b105 commit c913fdaCopy full SHA for c913fda
packages/dashmate/src/listr/tasks/doctor/collectSamplesTaskFactory.js
@@ -296,7 +296,7 @@ export default function collectSamplesTaskFactory(
296
// eslint-disable-next-line no-param-reassign
297
task.output = 'Reading Drive metrics';
298
299
- 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`;
300
301
const result = fetchTextOrError(url);
302
0 commit comments