-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enable comprehensive telemetry #1101
Labels
monitoring
Issue related to logging and monitoring
Comments
3 tasks
4 tasks
knuhau
added a commit
that referenced
this issue
Oct 21, 2024
<!--- Provide a general summary of your changes in the Title above --> ## Description Replace Application Insights tracing with Opentelemetry in the webapi <!--- Describe your changes in detail --> ## Related Issue(s) - #1101 ## Verification - [x] **Your** code builds clean without any errors or warnings - [x] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out)
4 tasks
oskogstad
added a commit
that referenced
this issue
Nov 5, 2024
…#1349) <!--- Provide a general summary of your changes in the Title above --> ## Description Removed Application Insights SDK, added OpenTelemetry <!--- Describe your changes in detail --> ## Related Issue(s) - #1101 ## Verification - [x] **Your** code builds clean without any errors or warnings - [x] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced `OpenTelemetryEventListener` for enhanced tracing and monitoring of GraphQL requests. - Updated telemetry configuration to streamline logging and ensure consistent telemetry setup. - **Bug Fixes** - Removed the deprecated `ApplicationInsightEventListener`, improving the overall telemetry approach. - **Refactor** - Adjusted service collection to replace the event listener for GraphQL with the new OpenTelemetry implementation. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should convert to using OpenTelemetry in BE and FE as it has quickly become the new standard of instrumenting applications. It makes instrumentation platform agnostic and we can utilize the huge eco system to enrich our telemetry data.
TODO:
Tasks
The text was updated successfully, but these errors were encountered: