Skip to content

Commit b9dce9d

Browse files
committed
Clean up
1 parent 8043a73 commit b9dce9d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

disk-buffering/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ The configurable parameters are provided **per exporter**, the available ones ar
2828
* Max age for file reading, defaults to 18 hours. After that time passes, the file will be
2929
considered stale and will be removed when new files are created. No more data will be read from a
3030
file past this time.
31-
* An instance
32-
of [TemporaryFileProvider](src/main/java/io/opentelemetry/contrib/disk/buffering/config/TemporaryFileProvider.java),
33-
defaults to calling `File.createTempFile`. This provider will be used when reading from the disk
34-
in order create a temporary file from which each line (batch of signals) will be read and
35-
sequentially get removed from the original cache file right after the data has been successfully
36-
exported.
3731

3832
## Usage
3933

0 commit comments

Comments
 (0)