You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then let's build a simple metrics aggregator that is meant to be used in the browser. It does not have any jitter mechanisms via a rollup window because it's meant to be used on the FE - we try to minimize bundle size.
The content you are editing has changed. Please copy your edits and refresh the page.
When this is ready, we can cut a release and test this on the Sentry frontend. Also an opportunity for us to revisits API, and do bundle size optimizations.
After let's create a more complex metrics aggregator that will take into account rollup windows - we can just this for all of our server runtimes.
The content you are editing has changed. Please copy your edits and refresh the page.
Problem Statement
Sentry is adding support for metrics! See getsentry/sentry#58584 for more details.
This GH issue tracks the progress for metrics in the SDK
Solution Brainstorm
First less establish the core interfaces that make up the metrics SDK
Core
Then let's build a simple metrics aggregator that is meant to be used in the browser. It does not have any jitter mechanisms via a rollup window because it's meant to be used on the FE - we try to minimize bundle size.
Browser
When this is ready, we can cut a release and test this on the Sentry frontend. Also an opportunity for us to revisits API, and do bundle size optimizations.
After let's create a more complex metrics aggregator that will take into account rollup windows - we can just this for all of our server runtimes.
Server runtime
Testing
The text was updated successfully, but these errors were encountered: