-
Notifications
You must be signed in to change notification settings - Fork 13
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
Sentry datasource querying wrong Sentry URL #258
Comments
This also happens even when the data source is configured via Grafana UI instead of code. |
I have been unable to reproduce this issue locally, with either a provisioning file or through the UI. In the code, there doesn't actually seem to be any concatenation of URL strings happening at all, making this doubly strange. This leads me to think there may be an issue in the K8S Operator that is causing this. I will continue to investigate. 🔍 |
thank you @adamyeats! that is a reasonable suspicion, i tried looking around the code for this data source to see where this might be happening and i couldn't find it. fair callout that the Grafana Operator may be the offender in this case. please do circle back after your investigation; it may be in my best interest to migrate this issue to the operator's repo. |
Hi @adamyeats our team (Coupang) is facing exactly same issue. Not pushing you, just to let you know |
Hi @artechventure, do you have any more information on what you're seeing? What is your data source configuration, do you have logs of the issue? |
Hi @artechventure - are you still experiencing this issue? If so, can you provide more information on your data source configuration and any logs of the issue? |
Closing this issue due to lack of response. If this reoccurs please let us know! |
@aangelisc @alyssabull cURL for this request is below
and the response is
I can see that the url from the response is wrong it should be
not
|
Our Sentry URL in the plugin configuration is https://coupang.sentry.io/ |
What happened:
Sentry data source is attempting to fetch data from an invalid host/URL.
What you expected to happen:
Sentry data source to attempt to fetch data from the URL that is explicitly listed in the data source configuration.
How to reproduce it (as minimally and precisely as possible):
Screenshots, Recordings, and Configuration
sentrydatasourceissue.mov
It is expected that the data source fetches data from
https://cruise.sentry.io/api/0/organizations/cruise/projects
instead ofhttps://cruise.sentry.iohttps//sentry.io/api/0/organizations/cruise/projects/
(which is not a valid host).The URL in the configuration of the data source is shown in the screen recording above. I will also share the codified configuration below:
The text was updated successfully, but these errors were encountered: