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 eventCountsByHostname query to GraphQL API #247

Open
msk opened this issue Jul 18, 2024 · 0 comments
Open

Add eventCountsByHostname query to GraphQL API #247

msk opened this issue Jul 18, 2024 · 0 comments

Comments

@msk
Copy link
Contributor

msk commented Jul 18, 2024

We need to implement a new query eventCountsByHostname in our GraphQL API to return EventCounts containing the most frequent hostnames in the events.

Background

  • This feature was requested by @sehkone
  • Currently, we don't have hostname information in the database
  • @syncpark will be working on adding hostname information to the database

Implementation Details

  • The new query should be named eventCountsByHostname
  • It should return EventCounts with the most frequent hostnames
  • For implementation guidance, refer to existing graphql::event::event_counts_by_* functions

Additional Notes

  • This issue was previously tracked in the @petabi organization, but is now being handled in the aicers/review-web repository as it's responsible for the GraphQL API
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

No branches or pull requests

1 participant