-
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
fix(deps): ensure traces are sent to application insights #1776
Conversation
📝 WalkthroughWalkthroughThe pull request involves downgrading OpenTelemetry-related package references from version 1.11.0 to 1.10.0 across multiple project files in the Digdir.Domain.Dialogporten solution. The changes are consistent across four project files: GraphQL, Janitor, Service, and WebApi. The downgrade specifically affects three packages: OpenTelemetry.Exporter.Console, OpenTelemetry.Exporter.OpenTelemetryProtocol, and OpenTelemetry, while maintaining other package versions. Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (4)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (4)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
🤖 I have created a release *beep* *boop* --- ## [1.47.7](v1.47.6...v1.47.7) (2025-01-31) ### Bug Fixes * **deps:** ensure traces are sent to application insights ([#1776](#1776)) ([f4df2f3](f4df2f3)) ### Miscellaneous Chores * **yt01:** Disable Information log level for event publishing ([#1773](#1773)) ([3b821d0](3b821d0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Description
After some debugging, we found out that the only thing different that is related to opentelemetry are updates of these dependencies.
1.47.1 seemed to work, but not 1.47.2. 88a9217...d9281fc
(this is a bit fragile, so we need to consider other options, or adding alerts that notify us if we don't get any traces anymore)
Reverted commit: 75c7a24.
Related Issue(s)
Verification
Documentation
docs
-directory, Altinnpedia or a separate linked PR in altinn-studio-docs., if applicable)