Giter VIP home page Giter VIP logo

Comments (3)

bourbonkk avatar bourbonkk commented on July 21, 2024

In my case, this happened when the data being queried was over 11000 points, and once it happened, it could not be recovered.
If you need to use it right away, I think you can retrieve it with a smaller query range.

from druid-grafana.

dhilt avatar dhilt commented on July 21, 2024

The same issue. I have endpoint accepting druid queries in JSON, it works like

POST http://my_url

with the following payload

{
    "queryType": "timeseries",
    "dataSource": "internal_v1",
    "descending": "true",
    "intervals": ["2023-04-17T13:47:00.000Z/2023-04-17T14:47:00.000Z"],
    "granularity": { "type": "duration", "duration": 60000 },
    "aggregations": [{ "type": "doubleSum", "name": "count", "fieldName": "count" }],
    "threshold": 25
}

The response is like

[
    { "timestamp": "2023-04-17T14:46:00.000Z", "result": { "count": 0.0 } },
    ...
]

But when I try to use http://my_url endpoint as the plugin connection url, it results in the plugin-unavailable error.

  1. GET /health from the /datasources page gives 503 {"message":"Plugin unavailable","traceID":""}.
  2. POST /query from the /explore page gives 500 {"message":"Internal server error","messageId":"plugin.unavailable","statusCode":500,"traceID":""}

Screenshot 2023-04-27 133757

Is there a way to debug what's wrong with my endpoint? Is there a way to skip health check and force the plugin to pass queries without availability testing? Or any other idea regarding the issue...

from druid-grafana.

jbguerraz avatar jbguerraz commented on July 21, 2024

Hello @SRoy0001 , @bourbonkk and @dhilt
I feel like this could have been introduced recently, could you try the previous version and let me know if you still reproduce ? thank you !

from druid-grafana.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.