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

Error to trace #33

Open
V1ct0rHM opened this issue Oct 11, 2022 · 0 comments
Open

Error to trace #33

V1ct0rHM opened this issue Oct 11, 2022 · 0 comments

Comments

@V1ct0rHM
Copy link

Expected Behavior

Trace the data

Actual Behavior

Not tracing the data

Steps to Reproduce the Problem

  1. Installed and configured my deployment with the launcher
  2. the instrument connect to the jaeger service and start to try to send logs
  3. show some errors on the jaeger logs

Additional Info

  • Kubernetes version:

    Output of 1.23:

go.opentelemetry.io/collector/processor/batchprocessor.(*batchProcessor).startProcessingCycle
go.opentelemetry.io/[email protected]/processor/batchprocessor/batch_processor.go:144
2022-10-11T18:50:12.446Z WARN batchprocessor/batch_processor.go:187 Sender failed {"component_kind": "processor", "component_type": "batch", "component_name": "batch", "error": "Permanent error: OC span has an all zeros trace ID"}
go.opentelemetry.io/collector/processor/batchprocessor.(*batchProcessor).sendItems
go.opentelemetry.io/[email protected]/processor/batchprocessor/batch_processor.go:187
go.opentelemetry.io/collector/processor/batchprocessor.(*batchProcessor).startProcessingCycle
go.opentelemetry.io/[email protected]/processor/batchprocessor/batch_processor.go:144
2022-10-11T19:05:23.386Z ERROR exporterhelper/queued_retry.go:204 Exporting failed. Try enabling retry_on_failure config option. {"component_kind": "exporter", "component_type": "jaeger_memory", "component_name": "jaeger_memory", "error": "Permanent error: OC span has an all zeros trace ID"}
go.opentelemetry.io/collector/exporter/exporterhelper.(*retrySender).send
go.opentelemetry.io/[email protected]/exporter/exporterhelper/queued_retry.go:204
go.opentelemetry.io/collector/exporter/exporterhelper.(*tracesExporterWithObservability).send
go.opentelemetry.io/[email protected]/exporter/exporterhelper/tracehelper.go:114 ```

  • operation-system/kernel version:

    Output of awk -F '=' '/PRETTY_NAME/ { print $2 }' /etc/os-release:
    Output of uname -r:

    (paste your output here)
    
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

1 participant