Skip to content

Commit 43c4f6a

Browse files
add the link to flush in core concepts (#2490)
Co-authored-by: Jannik Maierhöfer <[email protected]>
1 parent f785f71 commit 43c4f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/observability/data-model.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The approach above works well for long-running applications (like web servers or
206206

207207
For applications that start, execute something, and shut down quickly (short-lived applications), there's a risk that the application terminates while there are still unsent traces in the queue.
208208

209-
To avoid losing data, short-lived applications __must explicitly call `flush()` before exiting__. This forces the exporter to send all buffered traces immediately, so nothing is lost when the process terminates.
209+
To avoid losing data, short-lived applications __must explicitly call [`flush()`](/docs/observability/features/queuing-batching#manual-flushing) before exiting__. This forces the exporter to send all buffered traces immediately, so nothing is lost when the process terminates.
210210

211211

212212
```mermaid

0 commit comments

Comments
 (0)