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

Change demo exp. to have single goal metric #3518

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

lukesonnet
Copy link
Collaborator

Features and Changes

To be more in line with our recommendations now that we have secondary metrics, this changes our demo experiment to have only 1 goal metric.

Dependencies

Testing

Screenshots

Adding the sample experiment works fine, runs well, and has the right metrics in the right place.

Screenshot 2025-01-10 at 10 00 16 AM

@@ -289,7 +290,9 @@ spacing and headings.`,
owner: ASSET_OWNER,
datasource: datasource.id,
project: project.id,
goalMetrics: metrics
goalMetrics: metrics.slice(0, 1).map((m) => m.id),
Copy link
Member

Choose a reason for hiding this comment

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

oh this is actually quite easy to do as you said 😂 -- nice!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The first one made sense as the goal, and this was the simplest way to do it.

@lukesonnet lukesonnet merged commit f923e0b into main Jan 10, 2025
4 checks passed
@lukesonnet lukesonnet deleted the ls/single-goal-metric branch January 10, 2025 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants