SUM
Adds all event values together. When to use: Counting discrete actions — API calls, messages sent, tasks executed, tokens generated.MAX
Takes the highest single value observed during the period. When to use: Peak capacity measurements — max concurrent connections, peak storage used at any point, highest queue depth.UNIQUE_COUNT
Counts the number of distinct values of a specified property. When to use: Monthly active users, unique API consumers, distinct items processed, unique devices.For
UNIQUE_COUNT meters, the SDK endpoint reads user_id from the event metadata. Make sure to include it: