if grafana tries to access loki without promtail running it will return an error.
@@ -136,7 +136,8 @@ export default class LokiDatasource {
}
return {
status: 'error',
- message: 'Data source connected, but no labels received. Verify that Loki is configured properly.',
+ message:
+ 'Data source connected, but no labels received. Verify that Loki and Promtail is configured properly.',
};
})
.catch(err => {