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

Web Tracing #275

Open
zimny opened this issue Jul 4, 2023 · 0 comments
Open

Web Tracing #275

zimny opened this issue Jul 4, 2023 · 0 comments

Comments

@zimny
Copy link
Collaborator

zimny commented Jul 4, 2023

The task is to upgrade browser tracing capability https://opentelemetry.io/docs/instrumentation/js/getting-started/browser/ in our front-end app.

The code of the app https://github.com/nearform/otlp-blueprint/tree/main/pkg-svcs/frontend might be re-written or simplified.

The code needs to enable easy configuration switching different tracing providers with environment variables or other way, without changing the code logic. E.g., we need to enable tracing of only fetch/async requests, but not all the user clicks and other interactions. Sampling mode also should be configurable.

The app must be deployable to kubernetes nginx server #272 and scripts must be provided for that purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant