| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
<variant name=".FirstContentfulPaint2" summary="First contentful paint."/>Can you add a tag to the CL description, along the lines of
```
OBSOLETE_HISTOGRAM[NewTabPage.LoadTime.FirstContentfulPaint]=Replaced by NewTabPage.LoadTime.FirstContentfulPaint2
```
(Possibly with a bit more explanatory information)
ref: [tools/metrics/histograms/README.md#add-an-obsoletion-message](https://chromium.googlesource.com/chromium/src/+/HEAD/tools/metrics/histograms/README.md#add-an-obsoletion-message)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
<variant name=".FirstContentfulPaint2" summary="First contentful paint."/>Can you add a tag to the CL description, along the lines of
```
OBSOLETE_HISTOGRAM[NewTabPage.LoadTime.FirstContentfulPaint]=Replaced by NewTabPage.LoadTime.FirstContentfulPaint2
```(Possibly with a bit more explanatory information)
ref: [tools/metrics/histograms/README.md#add-an-obsoletion-message](https://chromium.googlesource.com/chromium/src/+/HEAD/tools/metrics/histograms/README.md#add-an-obsoletion-message)
nm, you beat me to it 😄
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
How will that impact the metrics check for the WebUI NTP on AL?
10 * 60 * 1000, // 10 minutesNit: Consider using `TimeUtils.MILLISECONDS_PER_MINUTE * 10` here since `TimeUtils` is already imported, which is more self-documenting.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
How will that impact the metrics check for the WebUI NTP on AL?
Which check?
Right now the metrics from java and webui are not comparable.
Nit: Consider using `TimeUtils.MILLISECONDS_PER_MINUTE * 10` here since `TimeUtils` is already imported, which is more self-documenting.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Aldo CulquicondorHow will that impact the metrics check for the WebUI NTP on AL?
Which check?
Right now the metrics from java and webui are not comparable.
Chatted internally. Please put back into my attention set when ready.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Not sure if I should keep the OBSOLETE_HISTOGRAM tag or not.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Aldo CulquicondorHow will that impact the metrics check for the WebUI NTP on AL?
Tibor GoldschwendtWhich check?
Right now the metrics from java and webui are not comparable.
Chatted internally. Please put back into my attention set when ready.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Not sure if I should keep the OBSOLETE_HISTOGRAM tag or not.
I'd remove that tag, and just tag it in the eventual CL that actually removes the variant.
removed."/>Shoud we also add "Replaced by NewTabPage.LoadTime.FirstContentfulPaint2" to the summary?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +1 |
Ian ClellandNot sure if I should keep the OBSOLETE_HISTOGRAM tag or not.
I'd remove that tag, and just tag it in the eventual CL that actually removes the variant.
Done
Shoud we also add "Replaced by NewTabPage.LoadTime.FirstContentfulPaint2" to the summary?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Not sure if I should keep the OBSOLETE_HISTOGRAM tag or not.
+1
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Tibor GoldschwendtNot sure if I should keep the OBSOLETE_HISTOGRAM tag or not.
+1
Acknowledged
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
7 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: tools/metrics/histograms/metadata/new_tab_page/histograms.xml
Insertions: 2, Deletions: 2.
@@ -1123,8 +1123,8 @@
<token key="NewTabPageTimings">
<variant name=""/>
<variant name=".FirstContentfulPaint"
- summary="First contentful paint. Android desktop only. Soon to be
- removed and replaced by
+ summary="First contentful paint. Android desktop only. Its
+ functionality is already covered by
NewTabPage.LoadTime.FirstContentfulPaint2."/>
<variant name=".FirstContentfulPaint2" summary="First contentful paint."/>
<variant name=".LargestContentfulPaint"
```
Homogenize NTP loadtime histogram between C++ and Java
NewTabPage.LoadTime.FirstContentfulPaint is now replaced by
NewTabPage.LoadTime.FirstContentfulPaint2, which correctly matches the
buckets between the Java and C++ uses.
NewTabPage.LoadTime.FirstContentfulPaint is still recorded for Android
desktop.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |