|
|
|
|
|
by bravesoul2
337 days ago
|
|
Metrics are way quicker to query due to aggregations and tend to be more stable as features change. It's good to save metrics for things that remain true under arbitrary aggregations. E.g. sum, count, maximum and avoid things that do not survive aggregations such as percentiles. |
|