You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
We need to implement a new query
eventCountsByHostname
in our GraphQL API to returnEventCounts
containing the most frequent hostnames in the events.Background
Implementation Details
eventCountsByHostname
EventCounts
with the most frequent hostnamesgraphql::event::event_counts_by_*
functionsAdditional Notes
The text was updated successfully, but these errors were encountered: