Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
253b15fc
Unverified
Commit
253b15fc
authored
Apr 05, 2018
by
Julius Volz
Committed by
GitHub
Apr 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Prometheus version to Troubleshooting FAQ items (#998)
parent
c5ef9767
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
faq.md
content/docs/introduction/faq.md
+6
-6
No files found.
content/docs/introduction/faq.md
View file @
253b15fc
...
...
@@ -183,7 +183,7 @@ latency-critical code.
## Troubleshooting
### My Prometheus server takes a long time to start up and spams the log with copious information about crash recovery.
### My Prometheus
1.x
server takes a long time to start up and spams the log with copious information about crash recovery.
You are suffering from an unclean shutdown. Prometheus has to shut down cleanly
after a
`SIGTERM`
, which might take a while for heavily used servers. If the
...
...
@@ -191,17 +191,17 @@ server crashes or is killed hard (e.g. OOM kill by the kernel or your runlevel
system got impatient while waiting for Prometheus to shutdown), a crash
recovery has to be performed, which should take less than a minute under normal
circumstances, but can take quite long under certain circumstances. See
[
crash recovery
](
/docs/
operating
/storage/#crash-recovery
)
for details.
[
crash recovery
](
/docs/
prometheus/1.8
/storage/#crash-recovery
)
for details.
### My Prometheus server runs out of memory.
### My Prometheus
1.x
server runs out of memory.
See
[
the section about memory usage
](
/docs/
operating
/storage/#memory-usage
)
See
[
the section about memory usage
](
/docs/
prometheus/1.8
/storage/#memory-usage
)
to configure Prometheus for the amount of memory you have available.
### My Prometheus server reports to be in “rushed mode” or that “storage needs throttling”.
### My Prometheus
1.x
server reports to be in “rushed mode” or that “storage needs throttling”.
Your storage is under heavy load. Read
[
the section about configuring the local storage
](
/docs/
operating
/storage/
)
[
the section about configuring the local storage
](
/docs/
prometheus/1.8
/storage/
)
to find out how you can tweak settings for better performance.
## Implementation
...
...
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