Explorar el Código

Merge pull request #14365 from bergquist/loki_error_message

more detailed error message for loki
Carl Bergquist hace 7 años
padre
commit
985576b482
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      public/app/plugins/datasource/loki/datasource.ts

+ 2 - 1
public/app/plugins/datasource/loki/datasource.ts

@@ -136,7 +136,8 @@ export default class LokiDatasource {
         }
         }
         return {
         return {
           status: 'error',
           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 => {
       .catch(err => {