Skip to content

Commit

Permalink
Update internal/collector/nginxplusreceiver/scraper.go
Browse files Browse the repository at this point in the history
Co-authored-by: Donal Hurley <[email protected]>
  • Loading branch information
sean-breen and dhurley authored Oct 24, 2024
1 parent 0776510 commit d9f0db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/collector/nginxplusreceiver/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func newNginxPlusScraper(
rb := mb.NewResourceBuilder()
rb.SetInstanceID(settings.ID.Name())
rb.SetInstanceType("nginxplus")
logger.Debug("NGINX Plus resource info: ", zap.Any("resource", rb))
logger.Debug("NGINX Plus resource info", zap.Any("resource", rb))

return &nginxPlusScraper{
plusClient: plusClient,
Expand Down

0 comments on commit d9f0db5

Please sign in to comment.