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
3794923d
Commit
3794923d
authored
Sep 18, 2020
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Redis slow log demo video
parent
06c6774a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
doc/development/redis.md
doc/development/redis.md
+5
-1
No files found.
doc/development/redis.md
View file @
3794923d
...
...
@@ -96,10 +96,14 @@ requests that read the most data from the cache, we can just sort by
### The slow log
TIP:
**Tip:**
There is a
[
video showing how to see the slow log
](
https://youtu.be/BBI68QuYRH8
)
(
GitLab
internal)
on GitLab.com
On GitLab.com, entries from the
[
Redis
slow log
](
https://redis.io/commands/slowlog
)
are available in the
`pubsub-redis-inf-gprd*`
index with the
[
`redis.slowlog`
tag
](
https://log.gprd.gitlab.net/app/kibana#/discover?_g=(filters:!(
)
,refreshInterval:(pause:!t,value:0),time:(from:now-1d,to:now))&
_a=(columns:!(json.type,json.command,json.exec_
time),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:AWSQX_Vf93rHTYrsexmk,key:json.tag,negate:!f,params:(query:redis.slowlog),type:phrase),query:(match:(json.tag:(query:redis.slowlog,type:phrase))))),index:AWSQX_Vf93rHTYrsexmk)).
tag
](
https://log.gprd.gitlab.net/app/kibana#/discover?_g=(filters:!(
)
,refreshInterval:(pause:!t,value:0),time:(from:now-1d,to:now))&
_a=(columns:!(json.type,json.command,json.exec_
time
_s
),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:AWSQX_Vf93rHTYrsexmk,key:json.tag,negate:!f,params:(query:redis.slowlog),type:phrase),query:(match:(json.tag:(query:redis.slowlog,type:phrase))))),index:AWSQX_Vf93rHTYrsexmk)).
This shows commands that have taken a long time and may be a performance
concern.
...
...
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