Skip to content

Commit

Permalink
[receiver/windowsperfcounters] Change counters to perfcounters in doc…
Browse files Browse the repository at this point in the history
…umentation (#7001)
  • Loading branch information
tamir-michaeli authored Jan 4, 2022
1 parent 8bc8d47 commit f83dba3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions receiver/windowsperfcountersreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ be configured:
```yaml
windowsperfcounters:
collection_interval: <duration> # default = "1m"
counters:
perfcounters:
- object: <object name>
instances: [<instance name>]*
counters:
Expand Down Expand Up @@ -54,14 +54,14 @@ you can configure multiple `windowsperfcounters` receivers with different
receivers:
windowsperfcounters/memory:
collection_interval: 30s
counters:
perfcounters:
- object: Memory
counters:
- Committed Bytes
windowsperfcounters/processor:
collection_interval: 1m
counters:
perfcounters:
- object: "Processor"
instances: "*"
counters:
Expand Down Expand Up @@ -90,7 +90,7 @@ e.g. To output the `Memory/Committed Bytes` counter as a metric with the name
receivers:
windowsperfcounters:
collection_interval: 30s
counters:
perfcounters:
- object: Memory
counters:
- Committed Bytes
Expand Down

0 comments on commit f83dba3

Please sign in to comment.