Skip to content

Commit

Permalink
fix: clean up request filter types (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgrant authored Sep 11, 2024
1 parent e6a56eb commit c6c14df
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const queryableRequestDimensions = [
'consumer_group',
'control_plane',
'control_plane_group',
'country_code',
'data_plane_node',
'gateway_service',
'header_host',
Expand Down Expand Up @@ -58,9 +59,7 @@ export const queryableRequestMetrics = [
'response_body_size',
'request_body_size',
'status_code',
'status_code_grouped',
'upstream_status_code',
'upstream_status_code_grouped',
] as const

export type QueryableRequestMetrics = typeof queryableRequestMetrics[number]
Expand Down

0 comments on commit c6c14df

Please sign in to comment.