Skip to content

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

@BlitzInternet

Description

@BlitzInternet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions