Skip to content

Commit

Permalink
minor docs improvements
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <[email protected]>
  • Loading branch information
ChrsMark committed Dec 18, 2024
1 parent 1dd06ec commit 55d537e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions receiver/receivercreator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,24 +514,16 @@ The hints are evaluated per container by extracting the annotations from each [`

### Supported logs annotations

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

#### Enable/disable discovery

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

By default `"false"`.

The following configuration can be used:

```yaml
receiver_creator/logs:
watch_observers: [ k8s_observer ]
discovery:
enabled: true
```
#### Define configuration

The default configuration for the `filelog` receiver is the following:

```yaml
Expand Down

0 comments on commit 55d537e

Please sign in to comment.