-
Notifications
You must be signed in to change notification settings - Fork 47
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
Hide license key in logs #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go is magic
internal/integration/fetcher.go
Outdated
@@ -279,7 +279,7 @@ const ( | |||
metricType_GAUGE metricType = "gauge" | |||
metricType_SUMMARY metricType = "summary" | |||
metricType_HISTOGRAM metricType = "histogram" | |||
metricType_UNTYPED metricType = "untyped" | |||
//metricType_UNTYPED metricType = "untyped" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, it's an unused variable, the code won't compile with it on my machine. I'll just remove it instead of commenting it out
90a2131
to
775c74d
Compare
01e5227
to
829fb3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
No description provided.