Skip to content

Commit

Permalink
docs(receiver/k8slog): fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Mark <[email protected]>
  • Loading branch information
h0cheung and ChrsMark committed Jan 24, 2025
1 parent 6eec833 commit ccc2b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/k8slogreceiver/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Finally, there will be a Reader to read the files from logPath.

As same as `deamonset-stdout`, the `Source` will get pod list and metadata from k8s api (maybe there will also be an
implementation using kubelet).
Then, it will get the graph driver (to get mount point of `/`), and mount points, so the actual path of log files cloud
Then, it will get the graph driver (to get mount point of `/`), and mount points, so the actual path of log files could
be calculated.
Then, the `Poller` will find the files based on the includes mount point. And the `Reader` will read the files from
logPath.
Expand Down

0 comments on commit ccc2b19

Please sign in to comment.