Sample Application Installation and Tracing Data Generation
TLDR Eugene is trying to install a sample application and generate tracing data but struggles with failing pods and server errors. Prashant provided a link as a response.
1
Jul 10, 2023 (5 months ago)
Eugene
02:34 PMI am trying to install sample-application and generate tracing data
https://signoz.io/docs/install/kubernetes/others/#optional-install-a-sample-application-and-generate-tracing-data
But pods cannot start:
Normal Pulling 6s (x3 over 48s) kubelet Pulling image "signoz/locust:0.8.1-py3.6" ││ Warning Failed 5s (x3 over 47s) kubelet Failed to pull image "signoz/locust:0.8.1-py3.6": rpc error: code = NotFound desc = failed to pull and unpack image "": ││ failed to resolve reference "": : not found ││ Warning Failed 5s (x3 over 47s) kubelet Error: ErrImagePull
When I try to pull the image on my local computer I receive the following error:
docker pull signoz/locust:0.8.1-py3.6
Error response from daemon: manifest for signoz/locust:0.8.1-py3.6 not found: manifest unknown: manifest unknown
Could you please advise how the issue can be solved?
1
Jul 11, 2023 (5 months ago)
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Resolving SigNoz v.0.22 Crash for Python Application
COMER reports a SigNoz v.0.22 crash with their Python app. Despite Srikanth's troubleshooting suggestions and confirmation that their application runs fine without `opentelemetry-instrument`, the cause of the problem remains unclear.
Slow Log Messages in SigNoz with Logrus and OpenTelemetry
Harald reported slow log messages in SigNoz with logrus and open telemetry. They narrowed down the problem to focusing on relevant k8s namespaces, which improved performance to near real-time.
Node Tracing Error & Angular Console Error
Angeles experienced errors in both node tracing and Angular console. Prashant asked for the guide used, while vishal-signoz checked the express and otel versions. Palash was asked to check the angular part.