Skip to content

Commit

Permalink
[chore] [receiver/dockerstats] update docs on required settings (open…
Browse files Browse the repository at this point in the history
…-telemetry#22101)

The receiver doesn't actually have any required settings.
Everything is optional.
  • Loading branch information
andrzej-stencel committed May 19, 2023
1 parent a619329 commit 626e645
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions receiver/dockerstatsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ resource usage of cpu, memory, network, and the
## Configuration

The following settings are required:

- `endpoint` (default = `unix:https:///var/run/docker.sock`): Address to reach the desired Docker daemon.

The following settings are optional:

- `endpoint` (default = `unix:https:///var/run/docker.sock`): Address to reach the desired Docker daemon.
- `collection_interval` (default = `10s`): The interval at which to gather container stats.
- `container_labels_to_metric_labels` (no default): A map of Docker container label names whose label values to use
as the specified metric label key.
Expand Down

0 comments on commit 626e645

Please sign in to comment.