Skip to content

Conversation

@AravindanNC
Copy link

No description provided.

@AravindanNC AravindanNC requested a review from a team as a code owner January 14, 2026 18:47
Copilot AI review requested due to automatic review settings January 14, 2026 18:47
Copy link

Copilot AI left a 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.

Copilot AI review requested due to automatic review settings January 15, 2026 14:10
Copy link

Copilot AI left a 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.

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

Successfully merging this pull request may close these issues.

2 participants