Closed d0ugal closed 7 months ago
Every time I go to create a new Instana datasource this error pops up.
Looking in my dev tools I can see a request is being made to https://HOSTNAME/undefined/api/instana/version
https://HOSTNAME/undefined/api/instana/version
I suspect this is becauseoptions.url isn't set here yet. https://github.com/instana/instana-grafana-datasource/blob/6c4b6db927f93581c9a2d6ee2ca3dbe42143904f/src/util/request_handler.ts#L9
options.url
The issue will be resolved as part of the new V4.0.0
Every time I go to create a new Instana datasource this error pops up.
Looking in my dev tools I can see a request is being made to
https://HOSTNAME/undefined/api/instana/version
I suspect this is because
options.url
isn't set here yet. https://github.com/instana/instana-grafana-datasource/blob/6c4b6db927f93581c9a2d6ee2ca3dbe42143904f/src/util/request_handler.ts#L9