Skip to content

Commit

Permalink
feat(analytics): Type support for new dimensions for query and filter (
Browse files Browse the repository at this point in the history
  • Loading branch information
hfukada authored Jan 6, 2025
1 parent 4b9ddcd commit 000bad6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ export const queryableExploreDimensions = [
'consumer',
'country_code',
'iso_code',
'upstream_status_code',
'upstream_status_code_grouped',
'response_source',
'data_plane_node_version',
] as const

export type QueryableExploreDimensions = typeof queryableExploreDimensions[number]
Expand Down

0 comments on commit 000bad6

Please sign in to comment.