-
Notifications
You must be signed in to change notification settings - Fork 10
Topic/otel check #268
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
base: develop
Are you sure you want to change the base?
Topic/otel check #268
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds OpenTelemetry instrumentation to the WiFiManager plugin. The implementation adds distributed tracing capabilities to track API calls through the system.
Changes:
- Added OpenTelemetry initialization in the legacy WiFiManager plugin
- Implemented distributed trace instrumentation for the getConnectedSSID method
- Linked the rdk_otlp library in both plugin and legacy CMake configurations
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 12 comments.
| File | Description |
|---|---|
| plugin/CMakeLists.txt | Added rdk_otlp library linkage to MODULE_IMPL_NAME |
| legacy/LegacyWiFiManagerAPIs.cpp | Added rdk_otlp_instrumentation.h include, initialized OpenTelemetry in Initialize method, and added distributed trace calls to getConnectedSSID |
| legacy/CMakeLists.txt | Added rdk_otlp library linkage to PLUGIN_LEGACY_WIFI |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.