Skip to content

Commit 8a586de

Browse files
dhurleyAkshay2191
authored andcommitted
Update container metrics README to link to scraper documenent (#1443)
1 parent b518fdb commit 8a586de

File tree

2 files changed

+10
-33
lines changed

2 files changed

+10
-33
lines changed

internal/collector/containermetricsreceiver/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,13 @@ containermetrics:
1616
collection_interval: <duration> # default = 1m
1717
initial_delay: <duration> # default = 1s
1818
```
19+
20+
The available scrapers are:
21+
22+
| Scraper | Supported OSs | Description |
23+
| ------------ | ---------------------------- | ------------------------------------------------------ |
24+
| [cpu] | All | CPU utilization metrics |
25+
| [memory] | All | Memory utilization metrics |
26+
27+
[cpu]: ./internal/scraper/cpuscraper/documentation.md
28+
[memory]: ./internal/scraper/memoryscraper/documentation.md

internal/collector/containermetricsreceiver/documentation.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)