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
b039c6af
Commit
b039c6af
authored
Oct 27, 2015
by
Michal Mazurek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Catch up with Go 1.5.
Remove the example.
parent
f0e03f03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
getting_started.md
content/docs/introduction/getting_started.md
+3
-9
No files found.
content/docs/introduction/getting_started.md
View file @
b039c6af
...
@@ -80,15 +80,9 @@ from its own HTTP metrics endpoint.
...
@@ -80,15 +80,9 @@ from its own HTTP metrics endpoint.
You can also verify that Prometheus is serving metrics about itself by
You can also verify that Prometheus is serving metrics about itself by
navigating to its metrics endpoint: http://localhost:9090/metrics
navigating to its metrics endpoint: http://localhost:9090/metrics
By default, Prometheus will only execute at most one OS thread at a
The number of OS threads executed by Prometheus is controlled by the
time. In production scenarios on multi-CPU machines, you will most
`GOMAXPROCS`
environment variable. As of Go 1.5 the default value is
likely achieve better performance by setting the
`GOMAXPROCS`
the number of cores available.
environment variable to a value similar to the number of available CPU
cores:
```
language-bash
GOMAXPROCS=8 ./prometheus -config.file=prometheus.yml
```
Blindly setting
`GOMAXPROCS`
to a high value can be
Blindly setting
`GOMAXPROCS`
to a high value can be
counterproductive. See the relevant
[
Go
counterproductive. See the relevant
[
Go
...
...
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