Mario Trangoni
|
e4a43c539b
|
codespell: Fix word spelling issues
See,
```
$ codespell --skip=".git,./vendor" --ignore-words-list=calle
./exporter.go:262: overriden ==> overridden
./collector/dfsr.go:132: receieved ==> received
./collector/dns.go:140: reponses ==> responses
./collector/exchange.go:238: occational ==> occasional
./collector/mssql.go:1961: shoud ==> should
./collector/process.go:137: sharable ==> shareable
./collector/remote_fx.go:64: seccond ==> second
./docs/collector.dfsr.md:47: fils ==> fills, files, file
./docs/collector.exchange.md:39: lengt ==> length
./docs/collector.fsrmquota.md:3: Ressource ==> Resource
./docs/collector.fsrmquota.md:51: Ressource ==> Resource
./docs/collector.os.md:20: sotred ==> sorted, stored
./docs/collector.process.md:56: sharable ==> shareable
./docs/collector.smtp.md:27: mailformed ==> malformed
```
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
|
2021-12-18 19:19:06 +01:00 |
|
Ben Reedy
|
ad447a6b08
|
Add unit suffix to process working_set metric
Signed-off-by: Ben Reedy <breed808@breed808.com>
|
2021-06-19 09:02:30 +10:00 |
|
Ben Reedy
|
e4d7604193
|
Move process metric documentation to markdown file
Signed-off-by: Ben Reedy <breed808@breed808.com>
|
2021-06-19 09:02:28 +10:00 |
|
Ben Reedy
|
757f88be04
|
Add missing process counters
Working Set Private and Working Set Peak were being collected, but not
exposed by the exporter.
Signed-off-by: Ben Reedy <breed808@breed808.com>
|
2021-06-19 09:02:26 +10:00 |
|
Calle Pettersson
|
a1db538118
|
Update docs
|
2020-05-24 21:01:49 +02:00 |
|
Mario Hofstätter
|
9148728b87
|
Expand process collector docs to show more regexp (#497)
|
2020-04-03 21:05:05 +02:00 |
|
Calle Pettersson
|
4f89133893
|
Convert the process collector to use perflib
|
2020-03-24 22:46:24 +01:00 |
|
Calle Pettersson
|
080f80eb26
|
Fix broken summary table in collector docs (#286)
|
2018-11-18 22:26:38 +01:00 |
|
Calle Pettersson
|
9ed68ae86c
|
Collector documentation (#113)
* Initial draft of collector documentation
* Add docs for all collectors
* Update main README with links to docs
* Fix link syntax
|
2018-11-18 17:05:37 +01:00 |
|