Skip to content
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

Telemetry Plugin support for Che-Code editor #21661

Closed
Tracked by #21705
ibuziuk opened this issue Aug 26, 2022 · 2 comments
Closed
Tracked by #21705

Telemetry Plugin support for Che-Code editor #21661

ibuziuk opened this issue Aug 26, 2022 · 2 comments
Assignees
Labels
area/telemetry Issues related to Che telemetry feature 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. sprint/current
Milestone

Comments

@ibuziuk
Copy link
Member

ibuziuk commented Aug 26, 2022

Is your task related to a problem? Please describe

Telemetry Plugin support in DevWorkspaces (workspaces started with the DevWorkspace engine) has been implemented as part of #20090
Need to make sure that the plugin works not only with theia, but also with Che-Code

Describe the solution you'd like

https://github.com/che-incubator/devworkspace-telemetry-woopra-plugin works with both che-code and theia

on CR level it should be enabled the following way:

workspacesDefaultPlugins:
        - editor: eclipse/che-theia/latest
          plugins:
            - >-
              https://<plugin-devfile.yaml>
        - editor: che-incubator/che-code/insiders
          plugins:
            - >-
               https://<plugin-devfile.yaml>

NOTE: plugin-devfile.yaml is expected to be the same for both editors

Describe alternatives you've considered

N/A

Additional context

No response

@ibuziuk ibuziuk added 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. area/telemetry Issues related to Che telemetry feature labels Aug 26, 2022
@ibuziuk ibuziuk mentioned this issue Aug 26, 2022
82 tasks
@ibuziuk ibuziuk mentioned this issue Sep 15, 2022
59 tasks
@ibuziuk
Copy link
Member Author

ibuziuk commented Oct 11, 2022

@dkwon17 the PR has been merged, I believe we can enable it on the dogfooding now and close the issue

@dkwon17
Copy link
Contributor

dkwon17 commented Oct 11, 2022

@ibuziuk , sounds good, the extension is live on the dogfooding cluster and enabling the plugin is the final step

@dkwon17 dkwon17 closed this as completed Oct 11, 2022
@l0rd l0rd added this to the 7.55 milestone Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/telemetry Issues related to Che telemetry feature 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. sprint/current
Projects
None yet
Development

No branches or pull requests

3 participants