Skip to content

Commit

Permalink
feat: add filtering for country code (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgrant authored Dec 10, 2024
1 parent a44d9d3 commit 68d6b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const queryableExploreDimensions = [
...queryableBasicExploreDimensions,
'application',
'consumer',
'country_code',
'iso_code',
] as const

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export type FilterableRequestDimensions = typeof filterableRequestDimensions[num
export const queryableRequestWildcardDimensions = [
'auth_type',
'client_ip',
'country_code',
'data_plane_node_version',
'header_host',
'header_user_agent',
Expand Down

0 comments on commit 68d6b37

Please sign in to comment.