-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adapt telemetry functionality in Che Theia to single-host #18503
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Comments
Thanks @sleshchenko for reporting it. |
@azatsarynnyy yeah, I believe this is a fairly important one |
Thanks @ibuziuk. Then, we'll try to make it for 7.23 |
@azatsarynnyy thanks, but could you please what exactly is broken? it is overall telemetry events or only the ip identification? |
@ibuziuk only the ip identification |
5 tasks
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Is your task related to a problem? Please describe.
For telemetry purposes, Che Theia makes the requests to
/che/client-ip
service.It should be adapted to single-host mode as the browser goes to the wrong service URL.
Describe the solution you'd like
Make Che Theia going to the correct URL for
/che/client-ip
requests.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: