Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaces deprecated/removed prometheus/common/log with Go's built-in log package #9

Merged
merged 1 commit into from Jun 4, 2021

Conversation

nkinkade
Copy link
Collaborator

@nkinkade nkinkade commented Jun 4, 2021

The package prometheus/common/log has been deprecated for a while, and was removed yesterday:

prometheus/common#306

We don't need any special log.Level functionality in script_exporter, and Go's log package is sufficient.


This change is Reviewable

@coveralls
Copy link

Pull Request Test Coverage Report for Build 41

  • 2 of 10 (20.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 46.622%

Changes Missing Coverage Covered Lines Changed/Added Lines %
script_exporter.go 2 10 20.0%
Totals Coverage Status
Change from base Build 39: 0.0%
Covered Lines: 69
Relevant Lines: 148

💛 - Coveralls

Copy link

@robertodauria robertodauria left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 1 of 1 LGTMs obtained

@nkinkade nkinkade merged commit d7e4d6b into master Jun 4, 2021
@nkinkade nkinkade deleted the sandbox-kinkade branch August 22, 2023 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants