Skip to content

Commit

Permalink
Merge pull request #528 from getsentry/txiao/fix/should-write-the-pro…
Browse files Browse the repository at this point in the history
…filer-id

fix(profiling): Should write the profiler id
  • Loading branch information
Zylphrex authored Nov 7, 2024
2 parents 093ee75 + 07b159d commit 12e2352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- Increase readjob channel size ([#512](https://github.com/getsentry/vroom/pull/512))
- Return the duration measured by the profiler. ([#516](https://github.com/getsentry/vroom/pull/516), [#517](https://github.com/getsentry/vroom/pull/517))
- Annotate functions to the right thread. ([#523](https://github.com/getsentry/vroom/pull/523))
- Should write the profiler id. ([#528](https://github.com/getsentry/vroom/pull/528))

**Internal**:

Expand Down
2 changes: 1 addition & 1 deletion cmd/vroom/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func buildChunkFunctionsKafkaMessage(c *chunk.SampleChunk, functions []nodetree.
return FunctionsKafkaMessage{
Environment: c.Environment,
Functions: functions,
ID: c.ID,
ID: c.ProfilerID,
Platform: c.Platform,
ProjectID: c.ProjectID,
Received: int64(c.Received),
Expand Down

0 comments on commit 12e2352

Please sign in to comment.