Skip to content

Commit

Permalink
add TimeSeriersProcessor to be able to translate time columns
Browse files Browse the repository at this point in the history
  • Loading branch information
barkbarkimashark committed Jan 6, 2023
1 parent a93b773 commit 8fad778
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ schema:
readable_storage: search_issues
writable_storage: search_issues
query_processors:
- processor: TimeSeriesProcessor
args:
time_group_columns:
time: client_timestamp
time_parse_columns:
- detection_timestamp
- client_timestamp
- receive_timestamp
- processor: OrganizationRateLimiterProcessor
args:
org_column: organization_id
Expand Down

0 comments on commit 8fad778

Please sign in to comment.