Skip to content

Commit

Permalink
Link to fingerprint doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 3, 2024
1 parent d4d3546 commit ec98397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/filelogreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ For additional resiliency, see [Fault tolerant log collection example](../../exa
Here is some of the information the `filelog` receiver stores:
- The number of files it is currently tracking (`knownFiles`).
- For each file being tracked:
- The fingerprint of the file (`Fingerprint.first_bytes`).
- The [fingerprint](../../pkg/stanza/fileconsumer/design.md#fingerprints) of the file (`Fingerprint.first_bytes`).
- The byte offset from the start of the file, indicating the position in the file from where the
`filelog` receiver continues reading the file (`Offset`).
- An arbitrary set of file attributes, such as the name of the file (`FileAttributes`).
Expand Down

0 comments on commit ec98397

Please sign in to comment.