Jan-Erik Rediger
ae5147f6bc
Test snapshotting of sparse histogram and fix documentation accordingly
2019-08-26 11:47:33 -07:00
Jan-Erik Rediger
65d644fb4c
Switch timing distribution to use a functional histogram
2019-08-26 11:47:30 -07:00
Jan-Erik Rediger
5997e63bc0
Remove defaults for histograms
...
Defaults are to be defined by users of a histogram.
2019-08-26 11:36:20 -07:00
Jan-Erik Rediger
47c15fe4fe
Minimum and maximum values for a histogram don't need to be tracked anymore
2019-08-26 11:36:20 -07:00
Jan-Erik Rediger
ccb1e28bce
Implement functional histograms
2019-08-26 11:36:20 -07:00
Jan-Erik Rediger
7c10185aa8
Move different histogram bucketing implementations into their own modules
2019-08-26 11:36:20 -07:00
Jan-Erik Rediger
a382c268f8
Make (exponential) histogram implementation generic.
...
This will allow to extend it with a functional bucketing in the next
commit.
2019-08-26 11:36:20 -07:00
Jan-Erik Rediger
76b3c8baf2
Merge pull request #257 from mdboom/quantity-metric-type
...
1573516: Add a QuantityMetricType
2019-08-26 11:33:53 -07:00
Travis Long
591b01e0c0
Bug 1568503 - Ensure queued initial tasks are executed in order
2019-08-26 12:44:26 -05:00
Michael Droettboom
39ae10e31b
Address comments in PR
2019-08-22 15:19:01 -04:00
Michael Droettboom
370bde6023
Update glean_parser
2019-08-22 15:19:01 -04:00
Michael Droettboom
562c88cb29
1573516: Add a QuantityMetricType
2019-08-22 15:19:01 -04:00
Jan-Erik Rediger
dad81a6f20
Merge pull request #256 from mozilla/no-more-out-of-mem
...
Use a container with more memory available on CI
2019-08-22 10:13:40 -07:00
Travis Long
47498004af
Update CODEOWNERS
2019-08-22 11:30:30 -05:00
Jan-Erik Rediger
39e09c7855
Use a container with more memory available on CI
2019-08-22 09:26:07 -07:00
Michael Droettboom
40cf7fe5e7
1574470: Make handleBackgroundEvent internal ( #255 )
2019-08-22 12:15:56 -04:00
Travis Long
4b4d4b6d7f
Bug 1574468 - Add experiments limits violations error reporting
2019-08-21 09:01:34 -05:00
Travis Long
6296cabc06
Bug 1566001 - Add limits for the experiment's extra HashMap
2019-08-16 10:25:09 -05:00
Jan-Erik Rediger
b73e71b0df
Merge pull request #246 from mdboom/document-sdk-generator-options
...
[doc only] 1568767: Document `sdk_generator.gradle` options
2019-08-16 15:33:10 +02:00
Michael Droettboom
ad41fdbd30
[doc only] 1568767: Document `sdk_generator.gradle` options
2019-08-16 07:44:09 -04:00
Jan-Erik Rediger
094129f176
Avoid using a now-deprecated syntax and switch to the suggested… ( #248 )
...
Avoid using a now-deprecated syntax and switch to the suggested alternative.
2019-08-16 11:07:41 +02:00
Jan-Erik Rediger
8fe8b294ee
Avoid using a now-deprecated syntax and switch to the suggested alternative.
2019-08-16 10:54:08 +02:00
Jan-Erik Rediger
d61c40e875
Disable beta builds ( #250 )
...
Disable beta builds
2019-08-16 10:53:53 +02:00
Jan-Erik Rediger
ab38f11548
Disable beta builds
...
They are currently mostly failing due to out of memory issues.
Disabling to not waste resources.
We will re-enable them once we figure out what's going on.
2019-08-16 10:38:08 +02:00
Jan-Erik Rediger
461a8e6dd7
HACK: Fix up missing libtinfo.so.5 ( #249 )
...
HACK: Fix up missing libtinfo.so.5
2019-08-16 10:30:39 +02:00
Jan-Erik Rediger
a07b8198b9
HACK: Fix up missing libtinfo.so.5
...
The Debian container in use is shipping libtinfo.so.6, but the Clang deployed in the NDK requires v5.
We hack around that by symlinking the new to the old version, they seem to be mostly compatible.
2019-08-16 10:19:20 +02:00
Michael Droettboom
864aa9a239
[doc only] Document memory distribution metric type ( #243 )
...
* [doc only] Document memory distribution metric type
* Fix copy-pasta
* Better describe the filling in of missing values in payloads
* Address comments in the PR
* Update docs/user/metrics/memory_distribution.md
Co-Authored-By: Jan-Erik Rediger <badboy@archlinux.us>
2019-08-14 10:12:53 -04:00
Alessio Placitelli
bd28eb42cc
Merge pull request #245 from mdboom/fix-custom-distribution-example
...
[doc only] Make the custom distribution example self-consistent
2019-08-14 10:33:13 +02:00
Michael Droettboom
be9c92b9c2
[doc only] Make the custom distribution example self-consistent
2019-08-13 18:44:18 -04:00
Travis Long
f239e4c008
Bug 1556995 - Fix Glean storing/sending of empty StringListMetri… ( #244 )
...
Bug 1556995 - Fix Glean storing/sending of empty StringListMetricType
2019-08-13 12:05:10 -05:00
Travis Long
5009d7e703
Bug 1556995 - Fix Glean storing/sending of empty StringListMetricType
2019-08-13 11:46:37 -05:00
Michael Droettboom
02c35b9a2b
[doc only] 1571744: Document the custom distribution type ( #241 )
...
Fix issues mentioned in the PR
Change datatypes
2019-08-12 12:32:41 -04:00
Michael Droettboom
a53f12bb6f
[doc only] 1564989: Document functional timing distributions ( #240 )
2019-08-12 11:52:15 -04:00
Travis Long
16e14bbbb2
Merge pull request #235 from travis79/cancel-workers-with-clear-metrics
...
Bug 1548535 - Cancel any pending workers when ping upload disabled
2019-08-12 07:41:09 -05:00
Travis Long
c6b8236da9
Bug 1548535 - Cancel any pending workers when ping upload disabled
2019-08-12 07:17:40 -05:00
Jan-Erik Rediger
e74e9d0a51
Fix small typo. ( #242 )
...
Fix small typo.
2019-08-12 10:29:00 +02:00
Jan-Erik Rediger
da709e6f31
Fix small typo.
...
Found after merge by @mdboom. Sorry about merging before your review. :D
2019-08-12 10:14:46 +02:00
Jan-Erik Rediger
09769b458d
Update all the small things in the book ( #239 )
...
Update all the small things in the book
2019-08-09 18:01:58 +02:00
Jan-Erik Rediger
5a626efe1a
Merge pull request #238 from mozilla/document-it-all
...
Document it all
2019-08-09 18:00:21 +02:00
Jan-Erik Rediger
9ab03edf69
Make it clear that it expects a string
...
[doc only]
2019-08-09 17:57:48 +02:00
Jan-Erik Rediger
13d1a6ae2d
Don't reference non-existing seetings
...
[doc only]
2019-08-09 17:54:26 +02:00
Jan-Erik Rediger
20b3059a97
Fix url to experiments API
...
[doc only]
2019-08-09 15:28:57 +02:00
Jan-Erik Rediger
43b353883c
Typo
2019-08-09 15:25:35 +02:00
Jan-Erik Rediger
30c75eb47d
We removed labeled timespans
...
[doc only]
2019-08-09 14:49:45 +02:00
Jan-Erik Rediger
39247d201e
Link to license website
2019-08-09 14:46:51 +02:00
Jan-Erik Rediger
71bb8036e3
Make it easier for possible contributors and link to both bug trackers
2019-08-09 14:45:07 +02:00
Jan-Erik Rediger
c80c62d9e5
Annotate Kotlin code as such
2019-08-09 14:37:42 +02:00
Jan-Erik Rediger
8d904d3cee
Link back to the experiments API
2019-08-09 14:36:34 +02:00
Jan-Erik Rediger
7d6c4383c1
Turn stmo into a link
2019-08-09 14:36:26 +02:00
Jan-Erik Rediger
7da6226459
Add missing characters
2019-08-09 14:29:58 +02:00