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

API for instrumentations #129

Closed
musaffa opened this issue Feb 28, 2016 · 2 comments
Closed

API for instrumentations #129

musaffa opened this issue Feb 28, 2016 · 2 comments
Labels

Comments

@musaffa
Copy link

musaffa commented Feb 28, 2016

As asked in the Global Ember Meetup, FastBoot should expose some API so that app analytics engines can collection data for instrumentation, for example,

  1. application boot up time
  2. request queue times
  3. application instance initialization times
  4. the response latency of external services
  5. render times
  6. overall response time per route
  7. memory and object allocations on boot up and per instance initialization etc.
@tomdale
Copy link
Contributor

tomdale commented Jun 24, 2016

This would actually be a great addition to Ember itself, I think. I want to know these things for more than just FastBoot. :)

@stefanpenner
Copy link
Contributor

ya i agree with @tomdale, lets open this over at https://github.com/ember-best-practices/ember-perf-timeline and ensure that effort also supports fastboot!

xg-wang pushed a commit to xg-wang/ember-cli-fastboot that referenced this issue Nov 16, 2020
xg-wang pushed a commit to xg-wang/ember-cli-fastboot that referenced this issue Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants