Skip to content

Format httpQuery inner values as arrays

Compare
Choose a tag to compare
@nfeldbaum nfeldbaum released this 12 Apr 21:09
· 8 commits to master since this release
2fe6b76

The type of http query Values is map[string][]string, but prior to this release, alog only wrote query parameters with multiple values as an array. This update ensures that all http query inner values are arrays.

Note that any BigQuery tables which log httpQuerys may need reformatting.