CorpGlory / grafana-data-exporter-panel

Panel for exporting metrics from Grafana dashboards
32 stars 8 forks source link

tasks is not defined #31

Open Pepo-BG opened 4 years ago

Pepo-BG commented 4 years ago

Hello,

Related to issue #29, I tried to remove adding the ||(u="http://"+u) and make the call to the https:. But I receive 404 (Not found) error to https://dashboard.{my-domain-removed}.com/tasks. So, /tasks doesn't exist...

Do I need to install something else, or?

Thank you!

rozetko commented 4 years ago

Hi, @Pepo-BG The problem is that grafana-data-exporter-panel is trying to query HTTP backend from the HTTPS page. There is a possible workaround described here:

Note that the temporary 'fix' is to click on the 'shield' icon in the top-left corner of the address bar and select 'Disable Protection on This Page', although this is not recommended for obvious reasons.

This issue can be fixed on the plugin-side but it requires time. Related issue: https://github.com/CorpGlory/grafana-data-exporter-panel/issues/21.

Pepo-BG commented 4 years ago

Hi, @rozetko,

Okay, I'll wait and watch the mentioned issues!

Thank you!