-
Notifications
You must be signed in to change notification settings - Fork 73
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
Entity Search Not Returning All Results #1133
Comments
I'm experiencing the same issue with version 0.36.6, it doesn't seem that we are using the cursor capability from GraphQL :( |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed due to a lack of activity for an extended period of time. |
This was closed but it was not fixed. Tested with the latest version |
Relates to: #138 |
Description
If I run the graphQL request below, I get a count of 1305. But if I make the same command in the CLI, it only gives me 200 which makes me think that the CLI is not doing any recursion in the background. However, I don’t see an option in the CLI to “force” it to make recursive calls. I'm using the same API key in the GraphQL request as what's set in my newrelic profile.
Result is:
CLI command and output:
Go Version
go version go1.15.8 darwin/amd64
Current behavior
Please see description above.
Expected behavior
Expected behavior is that I should get the same results for both the graphql call and the cli command.
Steps To Reproduce
Steps to reproduce the behavior:
newrelic version 0.35.2
newrelic version 0.13.0
that I know is working correctly. I don't know when the bug was introduced.The text was updated successfully, but these errors were encountered: