Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add chart for distribution of logs in ClickHouse #131

Merged
merged 1 commit into from
Sep 3, 2021

Conversation

ricoberger
Copy link
Member

@ricoberger ricoberger commented Sep 3, 2021

This commit adds a new chart component, which shows the distribution of
logs in the selected time range for the ClickHouse plugin, when it is
used in the "logs" mode. With the new chart it is possible to see when
the most of the logs were written in the selected time range. The chart
always contains 30 buckets and is simular to the one, which is known
from Kibana.

The chart can also be used within a ClickHouse panel. For this a new
option "showChart" was added. This option is only used when the type for
the panel is set to "logs".

We also adjusted the CodeQL to remove some warnings and following the
latest recommendations.

This commit adds a new chart component, which shows the distribution of
logs in the selected time range for the ClickHouse plugin, when it is
used in the "logs" mode. With the new chart it is possible to see when
the most of the logs were written in the selected time range. The chart
always contains 30 buckets and is simular to the one, which is known
from Kibana.

The chart can also be used within a ClickHouse panel. For this a new
option "showChart" was added. This option is only used when the type for
the panel is set to "logs".

We also adjusted the CodeQL to remove some warnings and following the
latest recommendations.
@ricoberger ricoberger force-pushed the add-chart-for-distribution-of-logs-in-clickhouse branch from 1837f8e to 89e7b59 Compare September 3, 2021 19:28
@ricoberger ricoberger merged commit bf58b4e into main Sep 3, 2021
@ricoberger ricoberger deleted the add-chart-for-distribution-of-logs-in-clickhouse branch September 3, 2021 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant