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

Add metrics auto-instrumentation #16

Open
tbrockman opened this issue Apr 14, 2024 · 0 comments
Open

Add metrics auto-instrumentation #16

tbrockman opened this issue Apr 14, 2024 · 0 comments
Labels
p1 Medium priority issue

Comments

@tbrockman
Copy link
Owner

Use case

While it's possible to distill traces into metrics, it requires some configuration and additional processing which isn't as user-friendly (particularly for people who are inexperienced with observability tooling). It'd also be a bit less intuitive to emit point-in-time metrics as traces (for example, if we start to use the processes API for measuring tab process perf metrics.

We can simplify this by collecting and exporting metrics directly from the extension.

Implementation

  • Determine useful metrics we can track given the instrumentation we already have
  • Modify the involved OTEL packages to collect and export those metrics
@tbrockman tbrockman added the p1 Medium priority issue label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 Medium priority issue
Projects
None yet
Development

No branches or pull requests

1 participant