File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -514,24 +514,16 @@ The hints are evaluated per container by extracting the annotations from each [`
514
514
515
515
### Supported logs annotations
516
516
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.
519
518
520
519
#### Enable/disable discovery
521
520
522
521
` io.opentelemetry.discovery.logs/enabled ` (Required. Example: ` "true" ` )
523
522
524
523
By default ` "false" ` .
525
524
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
- ` ` `
534
525
#### Define configuration
526
+
535
527
The default configuration for the ` filelog ` receiver is the following:
536
528
537
529
``` yaml
You can’t perform that action at this time.
0 commit comments