Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/source/collect/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ The number of lines to include, starting from the newest.
The maximum file size of a collected pod log. Defaults to an integer value of`5000000` bytes, which is 5MB. The value
can only be set as an integer value for the `maxBytes` limit.

#### `timestamps` (Optional)
Include recorded timestamps in logs.
By default, this is set to `false`.

## Example Collector Definition

```yaml
Expand Down Expand Up @@ -95,6 +99,7 @@ spec:
limits:
maxLines: 1000
maxBytes: 5000000
timestamps: true
```


Expand Down