Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1697602 Remove AET support #1599

Merged
merged 4 commits into from
Mar 23, 2021
Merged

Bug 1697602 Remove AET support #1599

merged 4 commits into from
Mar 23, 2021

Conversation

jklukas
Copy link
Contributor

@jklukas jklukas commented Mar 12, 2021

Marking as a draft, because we'll need to think through sequencing.
We can't merge this until we change ops logic to remove AET-specific jobs.

We'll also need to consider what to do about the few messages still coming in
from old builds of Firefox Nightly that have AET enabled.
Handled in #1600

jklukas added a commit that referenced this pull request Mar 12, 2021
Prerequisite for #1599
so we make sure that we drop any messages that might contain
`ecosystem_anon_id` which was considered sensitive under the deployed AET
design.
jklukas added a commit that referenced this pull request Mar 15, 2021
Prerequisite for #1599
so we make sure that we drop any messages that might contain
`ecosystem_anon_id` which was considered sensitive under the deployed AET
design.
Marking as a draft, because we'll need to think through sequencing.
We can't merge this until we change ops logic to remove AET-specific jobs.

We'll also need to consider what to do about the few messages still coming in
from old builds of Firefox Nightly that have AET enabled.
@codecov-io
Copy link

codecov-io commented Mar 18, 2021

Codecov Report

Merging #1599 (2b3052b) into master (f853869) will decrease coverage by 4.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1599      +/-   ##
============================================
- Coverage     86.33%   82.29%   -4.04%     
+ Complexity      759      631     -128     
============================================
  Files           109       78      -31     
  Lines          4499     3305    -1194     
  Branches        421      356      -65     
============================================
- Hits           3884     2720    -1164     
+ Misses          482      471      -11     
+ Partials        133      114      -19     
Flag Coverage Δ Complexity Δ
ingestion_beam 82.29% <ø> (-0.10%) 0.00 <ø> (ø)
ingestion_edge ? ?
ingestion_sink ? ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...m/src/main/java/com/mozilla/telemetry/Decoder.java 100.00% <ø> (+2.70%) 9.00 <0.00> (-1.00) ⬆️
...tion/core/transform/PubsubMessageToObjectNode.java 72.02% <0.00%> (-11.89%) 3.00% <0.00%> (ø%)
...a/com/mozilla/telemetry/decoder/ParseLogEntry.java 67.34% <0.00%> (-4.09%) 10.00% <0.00%> (-1.00%)
...etry/ingestion/core/util/DerivedAttributesMap.java 96.00% <0.00%> (-4.00%) 15.00% <0.00%> (-1.00%)
...main/java/com/mozilla/telemetry/util/KeyStore.java 79.66% <0.00%> (-3.39%) 10.00% <0.00%> (-1.00%)
...illa/telemetry/decoder/DecryptPioneerPayloads.java 93.75% <0.00%> (-3.13%) 7.00% <0.00%> (ø%)
...va/com/mozilla/telemetry/decoder/ParsePayload.java 75.64% <0.00%> (-1.29%) 21.00% <0.00%> (-1.00%)
...a/telemetry/ingestion/sink/io/WriteWithErrors.java
...om/mozilla/telemetry/ingestion/sink/io/Pubsub.java
.../mozilla/telemetry/ingestion/sink/io/BigQuery.java
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f853869...2b3052b. Read the comment docs.

@whd whd marked this pull request as ready for review March 23, 2021 21:59
@whd whd requested a review from relud March 23, 2021 22:00
@whd whd merged commit 36c9477 into master Mar 23, 2021
@whd whd deleted the remove-aet branch March 23, 2021 22:11
akkomar added a commit that referenced this pull request Jun 30, 2023
This will allow to ingest telemetry from server-side environments shipped to Pub/Sub via Cloud Logging.

ParseLogEntry transform is used to convert LogEntries to format compatible with structured ingestion. This transform was added back in the day for AET and seems like it was intended to be removed in #1599. I'm repurposing it since it is no longer used.
akkomar added a commit that referenced this pull request Jun 30, 2023
This will allow to ingest telemetry from server-side environments shipped to Pub/Sub via Cloud Logging.

ParseLogEntry transform is used to convert LogEntries to format compatible with structured ingestion. This transform was added back in the day for AET and seems like it was intended to be removed in #1599. I'm repurposing it since it is no longer used.
akkomar added a commit that referenced this pull request Jul 26, 2023
This will allow to ingest telemetry from server-side environments shipped to Pub/Sub via Cloud Logging.

ParseLogEntry transform is used to convert LogEntries to format compatible with structured ingestion. This transform was added back in the day for AET and seems like it was intended to be removed in #1599. I'm repurposing it since it is no longer used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants