pull/3654/merge
Jason Jiang 3 days ago committed by GitHub
commit 4b5dad4e13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      CONTRIBUTING.md
  2. 4
      README.md

@ -12,7 +12,7 @@ Prometheus uses GitHub to manage reviews of pull requests.
of inspiration.
* Relevant coding style guidelines are the [Go Code Review
Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments)
Comments](https://go.dev/wiki/CodeReviewComments)
and the _Formatting and style_ section of Peter Bourgon's [Go: Best
Practices for Production
Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style).

@ -247,7 +247,7 @@ perf_event_open`](http://man7.org/linux/man-pages/man2/perf_event_open.2.html).
By default, the `perf` collector will only collect metrics of the CPUs that
`node_exporter` is running on (ie
[`runtime.NumCPU`](https://golang.org/pkg/runtime/#NumCPU). If this is
[`runtime.NumCPU`](https://pkg.go.dev/runtime#NumCPU). If this is
insufficient (e.g. if you run `node_exporter` with its CPU affinity set to
specific CPUs), you can specify a list of alternate CPUs by using the
`--collector.perf.cpus` flag. For example, to collect metrics on CPUs 2-6, you
@ -366,7 +366,7 @@ This can be useful for having different Prometheus servers collect specific metr
Prerequisites:
* [Go compiler](https://golang.org/dl/)
* [Go compiler](https://go.dev/dl/)
* RHEL/CentOS: `glibc-static` package.
Building:

Loading…
Cancel
Save