-
Notifications
You must be signed in to change notification settings - Fork 546
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
Missing Expected Entries When Running SQL Queries on Grafana Explore #8266
Comments
Hey @Candice-hub1! I'm here to help you with any bugs, questions, or contributions while you wait for a human maintainer. Let's tackle this together! The issue you're experiencing, where only the last entry of the
If these steps do not resolve the issue, consider checking for any known limitations or bugs in the current version of Apache DevLake that might affect data visibility in Grafana Explore. Additionally, reviewing the logs for both Apache DevLake and Grafana might provide more insights into the problem. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@dosu where can I check for the logs? I hosted it on aws ecs and rds aurora mysql |
To check the logs for your setup on AWS ECS and RDS Aurora MySQL, follow these steps:
If logging is not yet configured, you may need to set up AWS CloudWatch Logs for ECS and enable logging for your RDS instance. This will help you capture and analyze logs for troubleshooting. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Question
When running this command curl 'https://dora-sbg.co.za/api/rest/plugins/org/users.csv' -X 'PUT' -H 'Authorization: Bearer {}' --form 'file=@"/Users/hlatshwayonompumelelo/Desktop/users.csv"' it succeeds, but when I try to retrieve the data from the grafana dashboards explore page using SQL queries it only outputs the last entry of the users.csv file. How can this be resolved?
Screenshots
Additional context
Add any other context here.
The text was updated successfully, but these errors were encountered: