Skip to content

Commit efa10c1

Browse files
authored
add doc for the profile_chunk item type (#11264)
1 parent 89a4f65 commit efa10c1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

develop-docs/sdk/envelopes.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,23 @@ in JSON.
597597

598598
*None*
599599

600+
### Profile Chunk
601+
602+
Item type `"profile_chunk"`. This Item contains a profile_chunk (profile sample format V2) payload encoded
603+
in JSON.
604+
605+
**Constraints:**
606+
607+
*None*
608+
609+
**Envelope Headers:**
610+
611+
*None*
612+
613+
**Additional Item Headers:**
614+
615+
*None*
616+
600617
### Check-Ins
601618

602619
Item type `"check_in"` contains a check-in payload encoded as JSON.

develop-docs/sdk/telemetry/profiles/sample-format-v2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ It's suggested to remove unnecessary data like thread data without samples from
291291
## Ingestion
292292

293293
After this payload is generated, serialize it as JSON, pack it into an
294-
[Envelope](/sdk/envelopes/) with the item type `profile_chunk` and send
294+
[Envelope](/sdk/envelopes/) with the item type [`profile_chunk`](/sdk/envelopes/#profile-chunk) and send
295295
it to Relay.
296296

297297
This envelope should look like this:

0 commit comments

Comments
 (0)