Clickhouse schema for storing ingest counter metrics
@type t() :: %Plausible.Ingestion.Counters.Record{ __meta__: term(), domain: term(), event_timebucket: term(), metric: term(), site_id: term(), value: term() }