Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

can't get the list of tasks from grafana dashboard #2

@irom77

Description

@irom77

I have snap DS http://10.73.21.205:8181 configured in grafana 3.0 (running on separate host than DS) but can't get the list of tasks from grafana dashboard GUI when I try Graph->Task name->select task. From grafana host I can reach DS and list tasks without any problem, see below

$ curl -L http://10.73.21.205:8181/v1/tasks
{
  "meta": {
    "code": 200,
    "message": "Scheduled tasks retrieved",
    "type": "scheduled_task_list_returned",
    "version": 1
  },
  "body": {
    "ScheduledTasks": [
      {
        "id": "13b9f7d5-614c-41f1-a65b-526d517843b1",
        "name": "Task-13b9f7d5-614c-41f1-a65b-526d517843b1",
        "deadline": "5s",
        "creation_timestamp": 1468610189,
        "last_run_timestamp": 1468611289,
        "hit_count": 220,
        "task_state": "Running",
        "href": "http://10.73.21.205:8181/v1/tasks/13b9f7d5-614c-41f1-a65b-526d517843b1"
      }
    ]
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions