File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ The system supports two types of SQL queries:
4141
4242### Quick Decision Guide
4343
44- | Metric Type | Use Timeseries | Use Histogram | Use Both |
45- | -------------| ----------------| ---------------| ----------|
46- | Boolean/Adoption (present/not present) | ✅ Always | ❌ Never | ❌ |
47- | Percentage/Rate | ✅ Yes | ❌ Rarely useful | ❌ |
48- | Continuous values (bytes, time, count) | ✅ For percentiles | ✅ For distribution | ✅ Often |
44+ | Metric Type | Use Timeseries | Use Histogram | Use Both |
45+ | -------------------------------------- | ----------------- | ------------------ | -------- |
46+ | Boolean/Adoption (present/not present) | ✅ Always | ❌ Never | ❌ |
47+ | Percentage/Rate | ✅ Yes | ❌ Rarely useful | ❌ |
48+ | Continuous values (bytes, time, count) | ✅ For percentiles | ✅ For distribution | ✅ Often |
4949
5050** Key Rule** : Always use timeseries for boolean/adoption metrics; histogram only for continuous distributions.
5151
You can’t perform that action at this time.
0 commit comments