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
01cd7c4a
Commit
01cd7c4a
authored
Sep 16, 2021
by
Eugie Limpin
Committed by
Kati Paizee
Sep 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update instructions to set up GDK and Snowplow Micro
parent
550065c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
doc/development/snowplow/index.md
doc/development/snowplow/index.md
+6
-1
No files found.
doc/development/snowplow/index.md
View file @
01cd7c4a
...
...
@@ -544,10 +544,15 @@ Snowplow Micro is a Docker-based solution for testing frontend and backend event
./snowplow-micro.sh
```
1.
U
pdate your instance's settings to enable Snowplow events and point to the Snowplow Micro collector
:
1.
U
se GDK to start the PostgreSQL terminal and connect to the
`gitlabhq_development`
database
:
```
shell
gdk psql
-d
gitlabhq_development
```
1.
Update your instance's settings to enable Snowplow events and point to the Snowplow Micro collector:
```
shell
update application_settings
set
snowplow_collector_hostname
=
'localhost:9090'
,
snowplow_enabled
=
true
,
snowplow_cookie_domain
=
'.gitlab.com'
;
```
...
...
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