Граф коммитов

179 Коммитов

Автор SHA1 Сообщение Дата
Jan-Erik Rediger b6982a193d Release v15.0.1 2024-09-02 12:51:36 +02:00
Jan-Erik Rediger 265613db1a Rust codegen: use correctly named parameter 2024-08-30 16:17:43 +02:00
Jan-Erik Rediger 5ce0f9708d Release v15.0.0 2024-08-19 15:01:40 +02:00
Jan-Erik Rediger 6e109c8fbf Remove Geckoview Streaming helper code
This is not in use anymore.
Last use removed in https://bugzilla.mozilla.org/show_bug.cgi?id=1877836

We don't remove support for _parsing_ `gecko_datapoint` to stay
compatible with already existing old definition files.
2024-08-14 14:39:05 +02:00
Jan-Erik Rediger 98fbc269f4 Reapply "Bug 1906941 - Update kotlin jinja template import statement (#740)"
This reverts commit 6404b29e66.
2024-08-14 14:10:03 +02:00
Jan-Erik Rediger a3e988ce3c Release v14.5.2 2024-08-14 10:52:05 +01:00
Jan-Erik Rediger 1f06457162 Revert "Bug 1906941 - Update kotlin jinja template import statement (#740)"
This reverts commit 55f5e775ea.
2024-08-14 11:11:03 +02:00
Jan-Erik Rediger 46ee41d3ca Release 14.5.1 2024-08-05 14:51:31 +02:00
Chris H-C b253e033fb Release v14.5.0 2024-08-02 14:34:33 -04:00
Travis Long 55f5e775ea
Bug 1906941 - Update kotlin jinja template import statement (#740)
Now that Glean v60.4.0 has released and `service-glean` android-component has
been removed, we can update the Kotlin template to use the glean import
of `HistogramBase` which will allow us to do away with the `HistogramMetricBase`
alias completely.
2024-08-02 11:59:16 -05:00
Chris H-C 4288777251 bug 1911165 - Fix rust codegen for typed extras 2024-08-02 10:39:56 +02:00
Chris H-C b7fd4141db Release v14.4.0 2024-08-01 14:31:28 -04:00
Chris H-C 5abc39b3ce bug 1910976 - Expand acceptable extra_keys property names to printable ASCII (from dotted.snake_case) 2024-08-01 14:30:10 -04:00
Arkadiusz Komarzewski f31535f28c Stringify event extra values in server JS template 2024-07-30 16:28:00 +02:00
Chris H-C a445de7f4c Release v14.3.0 2024-07-22 11:40:26 -04:00
Chris H-C d246213820 bug 1909244 - Update rust codegen to handle LabeledMetricData 2024-07-22 11:25:40 -04:00
Barry Chen 64a46aad47
Add the `module_spec` option to the javascript_server outputter (#726) 2024-07-15 16:27:41 +02:00
Chris H-C 5cab2a2c18 Release v14.2.0 2024-07-12 13:35:29 -04:00
Chris H-C 2bd34de4a1 bug 1657947 - New metric types labeled_{custom|memory|timing}_distribution 2024-07-12 13:33:04 -04:00
Jan-Erik Rediger 433169091b Release v14.1.3 2024-07-11 12:14:26 +02:00
Jan-Erik Rediger f484585a93 Release v14.1.2 2024-05-13 17:11:05 +02:00
Jan-Erik Rediger a3ffa37193 Release v14.1.1 2024-05-03 10:25:43 +02:00
Travis Long ed8135a7fc Release v14.1.0 2024-05-01 13:15:53 -05:00
Glenda Leonard 2283a1ed23
AE-321 add support for datetime go_server.py (#693)
* Added support for datetime, mapping it to time.Time
2024-04-30 13:29:18 +02:00
Travis Long 1147b37e67 Release v14.0.1 2024-04-17 13:12:23 -05:00
Travis Long 4cd33fcb65
Bug1892055 - Fix missing ping_arg in util.py (#687)
This was breaking Kotlin code generation due to the missing parameter
2024-04-17 13:09:50 -05:00
Travis Long aec50998b5 Release v14.0.0 2024-04-17 11:35:27 -05:00
Jan-Erik Rediger 7b70af9fde Object metric: codegen for Swift and Kotlin 2024-04-17 17:48:29 +02:00
Arkadiusz Komarzewski 42284c92ae Update javascript server outputter to support mixed-style collection 2024-04-17 14:09:04 +02:00
Mike Conley 8dd987b775 Bug 1804711 - Support a ping_schedule metadata property for pings. 2024-04-15 16:49:48 +02:00
Travis Long b9a0d43679
Bug 1889114 - Add 'enabled' property to pings (#681)
* Bug 1889114 - Add 'enabled' property to pings

This is enabled initially for Swift, Kotlin, and Rust
2024-04-15 08:59:17 -05:00
Jan-Erik Rediger be549103a3 Release v13.0.1 2024-03-27 10:04:46 +00:00
Chris H-C 8c88f62753 Release v13.0.0 2024-02-26 14:41:03 -05:00
Chris H-C cd51dc4357 bug 1866559 - Support a no-info configuration for pings 2024-02-26 10:12:29 -05:00
Jan-Erik Rediger 55e271ac50 Release v12.0.1 2024-02-13 13:49:30 +01:00
Jan-Erik Rediger b4eb3e344e Release v12.0.0 2024-02-13 11:20:25 +01:00
Jan-Erik Rediger 329de2ac55 Rust: Generate structure objects 2024-02-12 17:55:56 +01:00
Jan-Erik Rediger 9762e48440 Add new metric type: object 2024-02-12 17:55:56 +01:00
Jan-Erik Rediger 2c93f0eb00 Release v11.1.0 2024-02-12 16:19:58 +01:00
akkomar 63e61eeeb9
MPP-3642 Add Python log outputter (#653)
* MPP-3642 Add Python log outputter

* Lowercase boolean extras

* Remove spaces

Co-authored-by: John Whitlock <jwhitlock@mozilla.com>

* Remove trailing spaces

Co-authored-by: John Whitlock <jwhitlock@mozilla.com>

* Add comma

Co-authored-by: John Whitlock <jwhitlock@mozilla.com>

* lint

Co-authored-by: John Whitlock <jwhitlock@mozilla.com>

---------

Co-authored-by: John Whitlock <jwhitlock@mozilla.com>
2024-02-12 14:40:58 +01:00
Daniel Mueller 61bb44e316 Add Go log outputter
Co-authored-by: Jan-Erik Rediger <jrediger@mozilla.com>
2024-01-17 11:13:15 +01:00
Travis Long cbf1dae2ec Release v11.0.1 2024-01-12 08:57:59 -06:00
Travis Long 72067f4ae6
Bug 1869429 - Increase event extra key limit from 15 to 50 (#648) 2024-01-12 07:49:47 -06:00
Daniel Mueller d02ae92fdd
fix javascript server template to include defined metrics in the parameter list for named event record calls (#643) 2023-12-18 12:52:45 +01:00
Jan-Erik Rediger 1b4a27edcb Release v11.0.0 2023-12-13 10:52:59 +01:00
Jan-Erik Rediger 4cc18e6c04 Add CI config to test on Python 3.11 and 3.12 2023-12-12 16:29:02 +01:00
Jan-Erik Rediger 1aaf79121b Drop support for Python 3.7 2023-12-12 16:29:02 +01:00
Braun 0ab5c6f1b4 docs: updating changelog 2023-12-12 10:36:11 +01:00
Arkadiusz Komarzewski 05e54649d6 DENG-1736 Add support for event metric type in server-side JavaScript outputter 2023-11-14 13:39:57 +01:00
Jan-Erik Rediger d1f35c38e1 Release v10.0.3 2023-11-03 14:32:49 +01:00