Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
33d97f6d
Commit
33d97f6d
authored
Apr 09, 2021
by
Amy Qualls
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jj-update-glex-docs' into 'master'
Fix two inaccuracies See merge request gitlab-org/gitlab!58934
parents
c86b841e
1737d66a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/development/experiment_guide/gitlab_experiment.md
doc/development/experiment_guide/gitlab_experiment.md
+2
-2
No files found.
doc/development/experiment_guide/gitlab_experiment.md
View file @
33d97f6d
...
@@ -49,7 +49,7 @@ graph TD
...
@@ -49,7 +49,7 @@ graph TD
Running? -->|No| Excluded[Control / No Tracking]
Running? -->|No| Excluded[Control / No Tracking]
Cached? -->|No| Excluded?
Cached? -->|No| Excluded?
Cached? -->|Yes| Cached[Cached Value]
Cached? -->|Yes| Cached[Cached Value]
Excluded? -->|Yes
/ Cached
| Excluded
Excluded? -->|Yes| Excluded
Excluded? -->|No| Segmented?
Excluded? -->|No| Segmented?
Segmented? -->|Yes / Cached| VariantA
Segmented? -->|Yes / Cached| VariantA
Segmented? -->|No| Included?[Experiment Group?]
Segmented? -->|No| Included?[Experiment Group?]
...
@@ -92,7 +92,7 @@ end
...
@@ -92,7 +92,7 @@ end
```
```
When this code executes, the experiment is run, a variant is assigned, and (if within a
When this code executes, the experiment is run, a variant is assigned, and (if within a
controller or view) a
`window.gon.experiment.pill
C
olor`
object will be available in the
controller or view) a
`window.gon.experiment.pill
_c
olor`
object will be available in the
client layer, with details like:
client layer, with details like:
-
The assigned variant.
-
The assigned variant.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment