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
Integration test results:
go test -v ./test/ -tags=integration
=== RUN TestIntegration
[DEBUG] integration version: v0.0.0 commit: f10a974
[DEBUG] pattern added regex: ^*$
[DEBUG] pattern added regex: ^ServiceNameToBeIncluded$
[DEBUG] pattern added regex: ^ServiceNameToBeExcluded$
[DEBUG] pattern added regex: ^newrelic-infra$
[DEBUG] pattern added regex: ^(Themes)$
[DEBUG] running with scrape interval: 15s
[DEBUG] Running exporter
[DEBUG] Running Integration
[DEBUG] Sending heartBeat
[DEBUG] Sending heartBeat
[DEBUG] Sending heartBeat
[DEBUG] Scraping and publishing metrics
[DEBUG] Performing HTTP request against: http://127.0.0.1:9182/metrics
[DEBUG] HTTP request performed - Status: 200 OK, total time taken to perform request: 93.352ms
[DEBUG] Parsing body of the exporter answer
[DEBUG] Body of the exporter answer parsed
[DEBUG] Metrics scraped, MetricsByFamily found: 48, time elapsed: 108.5627ms
[DEBUG] all metrics have value 0 for: windows_service_process
[DEBUG] Metrics processed, entities found: 261, time elapsed: 112.4013ms
[DEBUG] Metrics published
[DEBUG] Sending heartBeat
[DEBUG] Sending heartBeat
[DEBUG] Sending heartBeat
[DEBUG] Scraping and publishing metrics
[DEBUG] Performing HTTP request against: http://127.0.0.1:9182/metrics
[DEBUG] HTTP request performed - Status: 200 OK, total time taken to perform request: 34.9338ms
[DEBUG] Parsing body of the exporter answer
[DEBUG] Body of the exporter answer parsed
[DEBUG] Metrics scraped, MetricsByFamily found: 48, time elapsed: 44.0734ms
[DEBUG] all metrics have value 0 for: windows_service_process
[DEBUG] Metrics processed, entities found: 261, time elapsed: 45.4317ms
[DEBUG] Metrics published
[DEBUG] Sending heartBeat
[DEBUG] Sending heartBeat
[DEBUG] Sending heartBeat
[DEBUG] Scraping and publishing metrics
[DEBUG] Performing HTTP request against: http://127.0.0.1:9182/metrics
[DEBUG] HTTP request performed - Status: 200 OK, total time taken to perform request: 38.1219ms
[DEBUG] Parsing body of the exporter answer
[DEBUG] Body of the exporter answer parsed
[DEBUG] Metrics scraped, MetricsByFamily found: 48, time elapsed: 47.2449ms
[DEBUG] all metrics have value 0 for: windows_service_process
[DEBUG] Metrics processed, entities found: 261, time elapsed: 48.5432ms
[DEBUG] Metrics published
[DEBUG] Sending heartBeat
[DEBUG] Sending heartBeat
--- PASS: TestIntegration (60.60s)
PASS
ok github.com/newrelic/nri-winservices/test 61.183s
PS C:\Users\nravada\newrelic\nri-winservices>
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…service
Description
Please include a summary of the change and which issue is fixed or feature is introduced.
Checklist:
I checked that Licenses of new dependencies is compliant with our guidelines
I have performed a self-review of my own code
I have added comments in my code to clarify it
I have updated the documentation accordingly
I have added tests that show my fix/feature works
I cleaned the commit history, and they are following the conventional commits pattern, es: