Skip to content

Commit

Permalink
Merge pull request open-telemetry#10 from umanwizard/go1.23.0
Browse files Browse the repository at this point in the history
Update Go runtime data
  • Loading branch information
umanwizard authored Sep 5, 2024
2 parents ba081e8 + 8f9422e commit 8488625
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions interpreter/golang/runtime_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -1357,4 +1357,20 @@ var allOffsets = map[string]C.GoCustomLabelsOffsets{
hmap_log2_bucket_count: 9,
hmap_buckets: 16,
},
"go1.22.6": {
m_offset: 48,
curg: 192,
labels: 344,
hmap_count: 0,
hmap_log2_bucket_count: 9,
hmap_buckets: 16,
},
"go1.23.0": {
m_offset: 48,
curg: 192,
labels: 352,
hmap_count: 0,
hmap_log2_bucket_count: 9,
hmap_buckets: 16,
},
}

0 comments on commit 8488625

Please sign in to comment.