Skip to content

Commit

Permalink
Add info about logs histogram (grafana#34886)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanahuckova authored May 28, 2021
1 parent b47e7d1 commit 6adcfa9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/app/features/explore/Logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ export class UnthemedLogs extends PureComponent<Props, State> {

return (
<>
<div className={styles.infoText}>
This datasource does not support full-range histograms. The graph is based on the logs seen in the response.
</div>
<ExploreGraphPanel
series={logsSeries || []}
width={width}
Expand Down Expand Up @@ -425,5 +428,9 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
logRows: css`
overflow-x: scroll;
`,
infoText: css`
font-size: ${theme.typography.size.sm};
color: ${theme.colors.textWeak};
`,
};
});

0 comments on commit 6adcfa9

Please sign in to comment.