Skip to content

Commit 55d537e

Browse files
committed
minor docs improvements
Signed-off-by: ChrsMark <[email protected]>
1 parent 1dd06ec commit 55d537e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

receiver/receivercreator/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -514,24 +514,16 @@ The hints are evaluated per container by extracting the annotations from each [`
514514

515515
### Supported logs annotations
516516

517-
This feature enables `filelog` receiver along with the `container` parser in order to collect logs from the discovered
518-
Pods.
517+
This feature enables `filelog` receiver in order to collect logs from the discovered Pods.
519518

520519
#### Enable/disable discovery
521520

522521
`io.opentelemetry.discovery.logs/enabled` (Required. Example: `"true"`)
523522

524523
By default `"false"`.
525524

526-
The following configuration can be used:
527-
528-
```yaml
529-
receiver_creator/logs:
530-
watch_observers: [ k8s_observer ]
531-
discovery:
532-
enabled: true
533-
```
534525
#### Define configuration
526+
535527
The default configuration for the `filelog` receiver is the following:
536528

537529
```yaml

0 commit comments

Comments
 (0)