Skip to content

Commit bdde431

Browse files
authored
deprecate activity_stream metrics and update jestream defintions (#1257)
1 parent b6841e1 commit bdde431

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

definitions/firefox_desktop.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ friendly_name = "Clicked Pocket organic recs in New Tab"
340340
description = """
341341
Counts the number of Pocket rec clicks made by each client.
342342
"""
343+
deprecated = true
343344

344345

345346
[metrics.pocket_spoc_clicks]
@@ -353,6 +354,8 @@ friendly_name = "Clicked Pocket sponsored content in New Tab"
353354
description = """
354355
Counts the number of Pocket sponsored content clicks made by each client.
355356
"""
357+
deprecated = true
358+
356359

357360

358361
[metrics.days_of_use]
@@ -526,6 +529,8 @@ friendly_name = "Disabled Pocket in New Tab"
526529
description = """
527530
Counts the number of clicks to disable Pocket in New Tab made by each client.
528531
"""
532+
deprecated = true
533+
529534

530535

531536
[metrics.disable_pocket_spocs_clicks]
@@ -540,6 +545,8 @@ description = """
540545
Counts the number of clicks to disable Pocket sponsored content
541546
in New Tab made by each client.
542547
"""
548+
deprecated = true
549+
543550

544551

545552
[metrics.content_shutdown_crashes]
@@ -1950,6 +1957,8 @@ from_expression = """(
19501957
experiments_column_type = "native"
19511958
friendly_name = "Activity Stream Events"
19521959
description = "Activity Stream Event pings"
1960+
deprecated = true
1961+
19531962

19541963
[data_sources.clients_first_seen_v2]
19551964
from_expression = "moz-fx-data-shared-prod.telemetry_derived.clients_first_seen_v2" # TODO: Replace with view

jetstream/definitions/firefox_desktop.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
[metrics.connect_fxa.statistics.deciles]
4949

5050

51-
[metrics.pocket_rec_clicks.statistics.bootstrap_mean]
51+
[metrics.organic_pocket_clicks.statistics.bootstrap_mean]
5252

5353

54-
[metrics.pocket_spoc_clicks.statistics.bootstrap_mean]
54+
[metrics.sponsored_pocket_clicks.statistics.bootstrap_mean]
5555

5656

5757
[metrics.days_of_use.statistics.bootstrap_mean]
@@ -65,10 +65,10 @@ drop_highest = 0
6565
[metrics.qualified_cumulative_days_of_use.statistics.deciles]
6666

6767

68-
[metrics.disable_pocket_clicks.statistics.bootstrap_mean]
68+
[metrics.newtab_pocket_enabled.statistics.bootstrap_mean]
6969

7070

71-
[metrics.disable_pocket_spocs_clicks.statistics.bootstrap_mean]
71+
[metrics.newtab_sponsored_pocket_stories_enabled.statistics.bootstrap_mean]
7272

7373
[metrics.imported_bookmarks.statistics.binomial]
7474
[metrics.imported_bookmarks_count.statistics.bootstrap_mean]

0 commit comments

Comments
 (0)