From 0101d3a51dad5cf761283ef4bbbce4755a1b042a Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 28 May 2021 11:31:53 -0400 Subject: [PATCH] Add info about logs histogram (#34886) (#34910) (cherry picked from commit 6adcfa9e50f3bcb1aca50ee68d83bc1856126142) Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> --- 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}; + `, }; });