-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Add new Grafana dashboards: Aggregated Reports, Project Insights, and User Insights #82
Conversation
… User Insights (epam#62) Includes three new dashboards to enhance analytics capabilities and provide detailed project- and user-level insights.
…d querying and Semi aggregated querying.
Instruction on how to create the buckets and tasks that are required for the aggregated dashboards.
Documentation and setup instructions are added for enabling the aggregated Grafana dashboards in the AI DIAL Realtime Analytics project. What's included: Manually creating required InfluxDB buckets (default_agg_*) Importing scheduled Flux tasks (aggregate_data, monthly_agg) using the Influx CLI Explains bucket purpose, retention policy, and usage in dashboards Updated root README.md Improved the Aggregated Dashboards (Optional) section References the influxdb/README.md for setup details Note: Let me know if any clarification is needed or if you'd prefer to automate some of this in the future. |
Description
This pull request adds three new Grafana dashboards to the AI DIAL Realtime Analytics project as part of the requirements outlined in [Issue #62](#62).
The new dashboards are as follows:
Dependencies
README.md
) to reflect the addition of these dashboards.Testing
Please ensure the following:
Issue Reference
Closes [Issue #62](#62) once merged.
Notes
These dashboards rely on aggregated data for improved performance. >
Ensure the required changes in the InfluxDB Helm Chart repository have been deployed and tested before integrating this PR.