Metrics API
See original GitHub issueHi. I want to an API to measure pages’ metrics, like https://github.com/puppeteer/puppeteer/blob/master/docs/api.md#pagemetrics. How about it ?
Motivation
I maintain https://github.com/reg-viz/storycap, which captures Storybook with puppeteer and want to migrate from puppeteer to playwright in order to provide options of multiple rendering engines.
We need the metics API because our tool uses Puppeteer’s metrics ( especially LayoutCount
and RecalcStyleCount
) to watch whether the browser rendering pipeline is stable.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:21
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Metrics API v2 | Dynatrace Docs
The Metrics API is a flexible instrument for obtaining data. Learn how to use metric selector transformations to fine-tune the scope of data...
Read more >Metrics API | OpenTelemetry
The Metrics API consists of these main components: MeterProvider is the entry point of the API. It provides access to Meters . Meter...
Read more >Introduction to the Metric API - New Relic Documentation
The Metric API is a way to get metric data into New Relic. The API works by sending a POST request to our...
Read more >APImetrics - API Metrics - Ranks, Ratings, Performance
API performance metrics code-free solution: monitoring, security , status reports, rankings, from APImetrics the #1 API Intelligence Platform for API ...
Read more >Kubernetes metrics-related API types and clients - GitHub
This repository contains types and clients for several APIs. Custom Metrics API. This API allows consumers to access arbitrary metrics which describe Kubernetes ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This only collected 8 upvotes during the last 18 months, so I’m going to close it and defer to the third parties to resolve this. You can always open a new bug and link to this one with additional information!
Maybe we can directly provide some indication whether the rendering is stable? I’m very curious as to how your tool works.