Resolving Sample Application Installation and Tracing Generation Issue
TLDR Eugene faced issues installing a sample application and generating tracing data. Prashant troubleshooted the problem and ultimately guided Eugene to switch to the 'develop' branch and update the locust tag, which resolved the issue.
1
1
1
Jul 10, 2023 (5 months ago)
Eugene
02:04 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
1
Jul 11, 2023 (5 months ago)
Prashant
05:32 AMEugene
06:46 PMPrashant
06:51 PMcan you delete the
sample-application
namespace and retry the Hotrod sample-app installation?Jul 12, 2023 (5 months ago)
Eugene
01:50 PMPrashant
03:03 PMPrashant
03:04 PMEugene
03:05 PMPrashant
03:05 PMPrashant
03:05 PMEugene
03:28 PMEugene
03:28 PMdocker 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
Eugene
03:29 PMWarning Failed 3s 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 res │
│ olve reference "": : not found │
│ Warning Failed 3s kubelet Error: ErrImagePull
Prashant
03:30 PMPrashant
03:30 PMEugene
03:34 PMDelete HotROD sample app namespace sample-application
namespace "sample-application" deleted
✅ Successfully deleted HotROD sample application
but I double checked, there is no such namespace any more
Prashant
03:35 PMPrashant
03:36 PMEugene
03:36 PMcurl -sL \ | HELM_RELEASE=signoz-demo SIGNOZ_NAMESPACE=signoz bash
with my env vars.
I downloaded the hotrod-install.sh from the specified url. it contains:
# Locust's docker image
if [[ -z $LOCUST_IMAGE ]]; then
LOCUST_REPO="${LOCUST_REPO:-signoz/locust}"
LOCUST_TAG="${LOCUST_TAG:-0.8.1-py3.6}"
LOCUST_IMAGE="${LOCUST_REPO}:${LOCUST_TAG}"
fi
Prashant
03:36 PMdevelop
instead of main
Eugene
03:37 PMPrashant
03:37 PM1.2.3
Eugene
03:39 PMEugene
03:39 PMPrashant
03:42 PMIt is likely using old version from
main
branch instead.Did you try the latest commands from docs?
Prashant
03:42 PMEugene
03:44 PMEugene
03:47 PMEugene
03:53 PMPrashant
06:36 PMlocust-slave
instead of locust-worker
Prashant
06:42 PMwget
^ it should match with the GitHub remote: https://raw.githubusercontent.com/SigNoz/signoz/develop/sample-apps/hotrod/hotrod-install.sh
After that you can execute the local script:
cat hotrod-install.sh | HELM_RELEASE=signoz-demo SIGNOZ_NAMESPACE=signoz bash
Jul 13, 2023 (4 months ago)
Eugene
05:54 AM1
Prashant
06:34 AM1
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
SigNoz Production Feedback and Improvement Suggestions
Users shared their SigNoz experiences and feedback. Issues mentioned include memory consumption, UI/UX improvements, connection difficulties, and automation limitations.
Deploying SigNoz in AKS Production Cluster with Sample Application
Koushik asks about using SigNoz in an AKS production cluster and wants a sample app. Prashant provides instructions for setting up SigNoz in AKS and suggests HotROD and other sample applications for testing.
SigNoz Install Script Errors
Nishant encountered errors with the install.sh script. Prashant suggested using `bash install.sh` or `./install.sh` instead of `sh`.
Extracting Custom Fields as Attributes from Log in SigNoz
Harald wants to have custom fields from their body parsed as attributes in the SigNoz logger. They have tried implementing suggestions from nitya-signoz and Prashant, but the issue remains unsolved due to a potential race condition encountered while executing the code. They have provided a full example using Kind for further assistance.
Issues with SigNoz Setup and Data Persistence in AKS
Vaibhavi experienced issues setting up SigNoz in AKS, and faced data persistence issues after installation. Srikanth provided guidance on ClickHouse version compatibility and resource requirements, helping Vaibhavi troubleshoot and resolve the issue.