You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Refactors the Cisco OS receiver connection handling:
<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
open-telemetry#42647
Fixes
- Centralized connection establishment logic into shared connection
factory
- Removed duplicate validation checks across receiver and connection
layers
- Simplified scraper nil checks and updated related tests
- Cleaned up linting issues (unused imports, context usage)
<!--Describe what testing was performed and which tests were added.-->
#### Testing
- Connection factory tests for password and key file authentication
- Scraper initialization and shutdown tests added
<!--Describe the documentation added.-->
#### Documentation
- Simplified inline documentation throughout connection handling code
<!--Please delete paragraphs that you did not use before submitting.-->
0 commit comments