Skip to content

Convert vParquet5 service stats from map to list#6216

Merged
mdisibio merged 2 commits intografana:mainfrom
mdisibio:vp5-service-stats-slice
Jan 14, 2026
Merged

Convert vParquet5 service stats from map to list#6216
mdisibio merged 2 commits intografana:mainfrom
mdisibio:vp5-service-stats-slice

Conversation

@mdisibio
Copy link
Copy Markdown
Contributor

@mdisibio mdisibio commented Jan 14, 2026

What this PR does:
Small tweak to convert the service stats from map columns to list. Not critical but has a few benefits:

  • sorted/more determinstic output - the maps were always iterated in random order so the service stats columns were unsorted, and it was impossible to build parquet files deterministicly
  • fixed to add snappy/dict encoding. - Small reduction in file size and makes these columns viable for future fetch optimizations

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@mdisibio mdisibio merged commit 240c5b5 into grafana:main Jan 14, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants