Skip to content

update to use common/log #18

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

Merged
merged 1 commit into from
Aug 6, 2016
Merged

Conversation

tmc
Copy link
Contributor

@tmc tmc commented Aug 6, 2016

No description provided.

@wrouesnel
Copy link
Contributor

Thank you for the PR! Definitely something we want to do. Merged.

@wrouesnel wrouesnel merged commit 39bd5d3 into prometheus-community:master Aug 6, 2016
@@ -330,7 +327,7 @@ func dbToFloat64(t interface{}) (float64, bool) {
case string:
result, err := strconv.ParseFloat(v, 64)
if err != nil {
log.Println("Could not parse string:", err)
log.Infoln("Could not parse string:", err)
Copy link

Choose a reason for hiding this comment

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

All of these should be Errorln (or maybe Warnln).

dehaansa pushed a commit to dehaansa/postgres_exporter that referenced this pull request Oct 24, 2024
…-use-deprecated-method

Do not use deprecated method github.com/prometheus/common/version.NewCollector
Sticksman added a commit to Sticksman/postgres_exporter that referenced this pull request Apr 24, 2025
…unity#18)

* ci(.drone.yml): convert spinnaker pipelines to drone

* Add trigger

---------

Co-authored-by: Felix Yuan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants