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

Facets histograms #15846

Merged
merged 12 commits into from Aug 21, 2023
Merged

Facets histograms #15846

merged 12 commits into from Aug 21, 2023

Conversation

ktsaou
Copy link
Member

@ktsaou ktsaou commented Aug 19, 2023

This PR adds the ability for facets to generate histograms

  • calculate histograms for all facet keys
  • list the available histograms in the response
  • add parameter histogram for the user to select the histogram he/she wants to render
  • emulate a normal netdata chart using the histogram data

This is to be used for displaying a histogram above the systemd-journal function.

  • The front-end can select any of the facets for histogram rendering.
  • The chart is a normal netdata chart, supporting panning, zooming, etc.
  • The chart is returned together with each function response, to be in sync with the data presented.

@github-actions github-actions bot added area/collectors Everything related to data collection collectors/systemd-journal labels Aug 19, 2023
@github-actions github-actions bot added area/docs area/build Build system (autotools and cmake). labels Aug 20, 2023
@ktsaou ktsaou merged commit 41bd902 into netdata:master Aug 21, 2023
133 of 134 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant