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

Apply cancel option on datasource RunStream #1113

Open
suikast42 opened this issue Oct 15, 2024 · 0 comments
Open

Apply cancel option on datasource RunStream #1113

suikast42 opened this issue Oct 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@suikast42
Copy link

If a stream request does not deliver any data then the grafana queryrunner makes high amount of stream requests until thne stream bigins to deliver data.

The normal query has a defines case for this

backend.ErrDataResponse(backend.StatusBadRequest, fmt.Sprintf("No endpoint found for for service: %s with path: %s", qm.Service, qm.Path))

Is there a possibility to that with stream ?

@suikast42 suikast42 added the enhancement New feature or request label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant