fune/toolkit/components/telemetry/tests/python/python.toml
Chris H-C b5c79e4aa7 Bug 1877273 - Remove Telemetry-based Use Counters r=emilio
Glean-based Use Counter metrics are cheaper and work as well,
so let's use them instead.

Though we do have metric name strings available in a string table in GleanJSMetrics.cpp,
access is through metric_entry_t which has information not available to usecounters.py.
So for now we return char* literals from the use counter increment fns.

Differential Revision: https://phabricator.services.mozilla.com/D199933
2024-02-01 19:45:33 +00:00

14 lines
234 B
TOML

[DEFAULT]
subsuite = "telemetry-python"
["test_gen_event_data_json.py"]
["test_gen_scalar_data_json.py"]
["test_histogramtools_non_strict.py"]
["test_histogramtools_strict.py"]
["test_parse_events.py"]
["test_parse_scalars.py"]