Skip to content

Commit fe0d3c3

Browse files
committed
chore: update formatting on trace update docs
1 parent 607fc3e commit fe0d3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/faq/all/tracing-data-updates.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ UI-based updates ([tags](/docs/observability/features/tags), bookmarks, [publish
2222
**Via SDK or Ingestion API**
2323

2424
- 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 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.
2727
- 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.
2828

2929
**Example behaviour**

0 commit comments

Comments
 (0)