-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(web-api): separate the telemetry-configuration into aspnet util…
…s library (#1341) <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> As a step to configure telemetry in service and graphql, separating the configuration into the aspnet-project ## Related Issue(s) - #1262 ## Verification - [ ] **Your** code builds clean without any errors or warnings - [ ] 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 a new method for configuring telemetry in the application, enhancing observability through OpenTelemetry for tracing and metrics. - Added support for Azure Monitor and Application Insights based on environment settings. - **Bug Fixes** - Removed outdated telemetry configuration that could lead to inconsistencies in monitoring. - **Chores** - Updated project dependencies to include necessary telemetry packages for improved performance and monitoring capabilities. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
4 changed files
with
52 additions
and
56 deletions.
There are no files selected for viewing
49 changes: 0 additions & 49 deletions
49
src/Digdir.Domain.Dialogporten.WebApi/Common/Extensions/WebApplicationBuilderExtensions.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters