-
Notifications
You must be signed in to change notification settings - Fork 56
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
Switch to slog #497
Switch to slog #497
Conversation
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
@harry671003 Can you help review this PR? This is a small change. |
) | ||
|
||
func TestMain(m *testing.M) { | ||
parser.EnableExperimentalFunctions = true | ||
goleak.VerifyTestMain(m) | ||
goleak.VerifyTestMain(m, |
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.
Would updating the opencensus-go package to latest help?
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.
I checked their master branch and the goroutine is still there https://github.com/census-instrumentation/opencensus-go/blob/master/stats/view/worker.go#L34.
Thanos main repo also ignores this function in the goleak test. But I am not sure why the problem only occur now. It should be always there
Approving. Thanks Ben. |
Merged the PR and I will rename the branch to |
1b81cc9
into
thanos-io:prometheus-update-65f610353919
Signed-off-by: Ben Ye benye@amazon.com
Update Prometheus version to prometheus/prometheus#14906