-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring of Scrape process, fixing multiple module issues (#1111)
* Add SNMPScraper Interface for easier maintenance * Moved SNMP-related operations to the scraper side and simplified the ScrapeTarget function * Remove version retrieval from scraper and update to fetch from auth information * Add error handling for scraper used in worker * Add unit test for ScrapeTarget function using a mock SNMP scraper * Add test cases for scraping targets with different configurations --------- Signed-off-by: Kakuya Ando <[email protected]>
- Loading branch information
Showing
5 changed files
with
425 additions
and
100 deletions.
There are no files selected for viewing
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
Oops, something went wrong.