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

bug: root span of periodic jobs is not captured #186

Open
ernado opened this issue May 1, 2023 · 0 comments
Open

bug: root span of periodic jobs is not captured #186

ernado opened this issue May 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ernado
Copy link
Member

ernado commented May 1, 2023

Looks like tracing is not fully working for jobs.

Shutdown is graceful and should ensure that all traces are sent:

{"level":"info","ts":1682941627.9527965,"caller":"app/app.go:97","msg":"Waiting for application shutdown"}
{"level":"debug","ts":1682941627.9528267,"logger":"metrics","caller":"app/metrics.go:78","msg":"Shutting down metrics"}
{"level":"info","ts":1682941627.9529154,"logger":"metrics","caller":"app/metrics.go:117","msg":"Waiting for shutdowns","shutdowns":["http","tracer","meter"]}
{"level":"debug","ts":1682941627.9530478,"logger":"metrics","caller":"app/metrics.go:71","msg":"Metrics server gracefully stopped"}
{"level":"debug","ts":1682941627.9531858,"logger":"metrics","caller":"app/metrics.go:85","msg":"Stopped metrics"}
{"level":"info","ts":1682941627.9532175,"caller":"app/app.go:121","msg":"Application stopped"}

However, they are missing for some reason.

@ernado ernado added the bug Something isn't working label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant