You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You can upsert traces, observations, and scores based on their `id` (and, optionally, `timestamp` for traces, `startTime` for observations, and `timestamp` for scores, respectively).
25
-
-**Within 60 days of creation**, updates will be merged into the existing trace, observation, or score.
26
-
-**After 60 days**, updates may create duplicate entries containing only the changed fields. This can lead to inconsistencies in dashboards and historical filtering.
25
+
-**Within 30 days of creation**, updates will be merged into the existing trace, observation, or score.
26
+
-**After 30 days**, updates may create duplicate entries containing only the changed fields. This can lead to inconsistencies in dashboards and historical filtering.
27
27
- Sending a full event with `id`, same `timestamp/startTime`, and all desired properties will always replace the existing record instead of producing a duplicate and is recommended for long-term updates.
28
28
29
29
**Example behaviour**
@@ -37,19 +37,19 @@ We will use traces as the example case, but the same applies to observations and
37
37
{ id: "foo", timestamp: "2025-01-01T12:00:00Z", name: "My Trace" }
38
38
-> { id: "foo", timestamp: "2025-01-01T12:00:00Z", name: "My Trace" }
39
39
40
-
## Send a delta-update within 60 days (e.g. on 2025-02-01). This updates the original trace.
40
+
## Send a delta-update within 30 days (e.g. on 2025-01-20). This updates the original trace.
Copy file name to clipboardExpand all lines: content/self-hosting/deployment/infrastructure/blobstorage.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,7 +358,7 @@ Langfuse uses raw event data from the bucket to merge delta-updates into existin
358
358
The bucket lifecycle expiration period determines how long these updates can be merged into existing records.
359
359
Once the raw events are deleted by the lifecycle policy, delta-updates will create duplicate entries instead of merging.
360
360
361
-
On Langfuse Cloud, this is set to 60 days. For details on update behavior, see [How to update traces, observations, and scores?](/faq/all/tracing-data-updates).
361
+
On Langfuse Cloud, this is set to 30 days. For details on update behavior, see [How to update traces, observations, and scores?](/faq/all/tracing-data-updates).
362
362
</Callout>
363
363
364
364
Configure a lifecycle expiration rule for your storage provider:
0 commit comments