From 6adcfa9e50f3bcb1aca50ee68d83bc1856126142 Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Fri, 28 May 2021 17:07:27 +0200 Subject: [PATCH] Add info about logs histogram (#34886) --- public/app/features/explore/Logs.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/app/features/explore/Logs.tsx b/public/app/features/explore/Logs.tsx index a71f260badc..b68b183dd7b 100644 --- a/public/app/features/explore/Logs.tsx +++ b/public/app/features/explore/Logs.tsx @@ -273,6 +273,9 @@ export class UnthemedLogs extends PureComponent { return ( <> +
+ This datasource does not support full-range histograms. The graph is based on the logs seen in the response. +
{ logRows: css` overflow-x: scroll; `, + infoText: css` + font-size: ${theme.typography.size.sm}; + color: ${theme.colors.textWeak}; + `, }; });