View Source Plausible.Ingestion.Counters.Record (Plausible v0.0.1)

Clickhouse schema for storing ingest counter metrics

Summary

Types

@type t() :: %Plausible.Ingestion.Counters.Record{
  __meta__: term(),
  domain: term(),
  event_timebucket: term(),
  metric: term(),
  site_id: term(),
  value: term()
}