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

Track more events from adding a cluster #1481

Merged
merged 1 commit into from
Nov 24, 2020
Merged

Conversation

nevalla
Copy link
Contributor

@nevalla nevalla commented Nov 23, 2020

This PR will add more telemetry events when user adds a new cluster. These will give us better understanding if some phase is constantly failing and we can improve the flow.

Signed-off-by: Lauri Nevala lauri.nevala@gmail.com

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
@nevalla nevalla added the enhancement New feature or request label Nov 23, 2020
@nevalla nevalla added this to the 4.0.0 milestone Nov 23, 2020
@nevalla nevalla requested a review from a team November 23, 2020 07:48
@@ -48,6 +49,7 @@ export class AddCluster extends React.Component {
componentDidMount() {
clusterStore.setActive(null);
this.setKubeConfig(userStore.kubeConfigPath);
appEventBus.emit({ name: "cluster-add", action: "start" });
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we already have some syntax recommendation cluster-add vs clusterAdd?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about recommendations but I see that we already has some kebab-case notations, for example in src/main/node-shell-session.ts

Copy link
Contributor

@aleksfront aleksfront left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nevalla nevalla merged commit cb14d77 into master Nov 24, 2020
@nevalla nevalla deleted the track-cluster-add-flow branch November 24, 2020 12:01
@jakolehm jakolehm mentioned this pull request Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants