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

Traces are not delivered after a few days of runtime #321

Open
BlitzInternet opened this issue Sep 2, 2022 · 1 comment
Open

Traces are not delivered after a few days of runtime #321

BlitzInternet opened this issue Sep 2, 2022 · 1 comment

Comments

@BlitzInternet
Copy link

using docker image opentracing/nginx-opentracing:0.26.0-alpine
with a config:

{
	"service_name": "nginx",
	"diabled": false,
	"reporter": {
		"logSpans": true,
		"endpoint": "http://obs:14268/api/traces"
	},
	"sampler": {
		"type": "const",
		"param": 1
	}
}

the problem: after several days of flawless operation, the spans are no longer sent to the collector endpoint.
the trace-ids are still generated and passed on correctly, which causes the a warning of "" in tempo when trying to view the trace.
not a single span is received then.
once that period starts, the solution we have to use is to re-create the docker container.

@miry
Copy link
Collaborator

miry commented Sep 7, 2022

@BlitzInternet Can you create a script with docker compose, how can we reproduce it.

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

No branches or pull requests

2 participants