https://signoz.io logo
Join the conversationJoin Slack
Channels
contributing
contributing-frontend
general
github-activities
incidents
k8s_operator_helm
reactjs-config
signoz-alert-testing
support
testsupport
watercooler
webhook-dev
write-for-signoz
Powered by Linen
support
  • k

    Kumaran Ilangovan

    04/07/2022, 9:55 AM
    Hi @User - I created a webhook and defined a basic rule. But the alert is not triggered anytime - not sure what I am missing here. Attached screenshot of rule definition and logs from alert-manager. I dont find any triggered alerts, so far. I kept value to greater than -1 - so that i can see some alert atleast. But till now, no luck. Note - the alert is in firing status. Please do the needful. Thanks!
    p
    • 2
    • 8
  • d

    Danish Ahmad Ansari

    04/07/2022, 8:01 PM
    Can we Enable and Disable Signoz ? suppose I want use it or keep it disable.
    v
    a
    • 3
    • 7
  • d

    David Schatz

    04/07/2022, 9:26 PM
    hello everyone. I am new here and was wondering if there is a doc that explain how to create and install an agent to monitor network health from a windows machine?
    v
    p
    • 3
    • 3
  • h

    Hardik Agrawal

    04/08/2022, 6:55 AM
    We do not get status code on traces page but rpc.grpc.status_code is available per trace. Any way we can get this? With same setup jaegar is able to tell us upfront which traces have errors and it enables us to check only those quickly
    v
    • 2
    • 3
  • j

    Jay Bhatt

    04/08/2022, 10:37 AM
    Hi everyone, is there any benchmarking w.r.t. maximum number of spans that are supported within a trace? And also around the amount of custom data (size of a span)? If someone can pinpoint, it'd be of great help
    a
    • 2
    • 6
  • h

    Henry Fuheng Wu

    04/11/2022, 4:30 AM
    I want to add SigNoz support to HiQ.
  • h

    Henry Fuheng Wu

    04/11/2022, 4:30 AM
    https://github.com/oracle-samples/hiq
  • h

    Henry Fuheng Wu

    04/11/2022, 4:31 AM
    For example, I have added instrumentation to flask server, how to send the data to SigNoz?
    p
    • 2
    • 7
  • h

    Henry Fuheng Wu

    04/11/2022, 4:31 AM
    https://github.com/oracle-samples/hiq/tree/main/hiq/examples/flask
  • k

    Kumaran Ilangovan

    04/11/2022, 4:51 AM
    Hi #support - created a sample alert in Signoz - but unable to consume the same in webhooks. Added a sample rule - to check how Alerts are triggered and pushed to webhook. Alert moved to Firing state and then to Pending state - finally to OK state. When I validated the promQL in dashboard - I could find the values are plotted fine. But not sure - whether alerts are working or whether I am missing any. Also in Alertmanager pod - not seeing any logs related to success or failure. Please help me in troubleshooting this. Thanks!
    a
    p
    • 3
    • 18
  • e

    edr

    04/14/2022, 12:44 PM
    Hi everyone, we are trying to create a poc to monitor some MS spring hosted on our k8s clusters, in the doc we find this reference configuration:
    - job_name: "jvm-metrics"
    scrape_interval: 10s
    metrics_path: "/actuator/prometheus".
    static_configs:
    - targets: ["<IP of the machine>:8090"]
    my question is related to this part: - targets: ["HOST:PORT"] what should be inserted in these parameters? which ip of the machine? thanks in advance
    a
    • 2
    • 10
  • r

    rakesh shah

    04/15/2022, 10:08 AM
    Hi Team
  • r

    rakesh shah

    04/15/2022, 10:09 AM
    We are facing a challenge during installation phase
  • r

    rakesh shah

    04/15/2022, 10:12 AM
    AME                                             READY   STATUS             RESTARTS   AGE
    chi-signoz-cluster-0-0-0                         1/1     Running            0          46h
    clickhouse-operator-8cff468-t4p9x                2/2     Running            0          46h
    signoz-alertmanager-0                            1/1     Running            0          46h
    signoz-frontend-7d79d95cc4-62nf9                 1/1     Running            0          46h
    signoz-otel-collector-8487c9f7b4-mgwsp           0/1     CrashLoopBackOff   8          19m
    signoz-otel-collector-metrics-7797bcc95b-9c6jv   1/1     Running            0          46h
    signoz-query-service-0                           1/1     Running            0          46h
    signoz-zookeeper-0                               1/1     Running            0          46h
  • r

    rakesh shah

    04/15/2022, 10:12 AM
    Anyone has faced issue like this?
    ✅ 1
    s
    p
    • 3
    • 6
  • g

    Ganga Lakshmanasamy

    04/19/2022, 10:59 AM
    Hi, We are trying to run Signoz frontend behind nginx reverse proxy. When we try to access signoz using server path like https://domain.com/signoz only a blank page is displayed. We are able to access using root path and port. But in our case it needs to be under /signoz and not / . How do we update baseref in helm values.yaml for frontend? Deployment type : helm chart (kubernetes)
    • 1
    • 1
  • v

    Vlad Suciu

    04/19/2022, 11:24 AM
    👋 Hello, team! Hello. Is it possible to send custom metrics such as counters / timers / gauges to SigNoz?
    a
    • 2
    • 16
  • a

    Alfian Firmansyah

    04/20/2022, 3:01 AM
    [ask] Hi team, is there any possibility to see
    method calls
    in
    span details
    like new relic for java app? (see the image below) How to achieve it? Is otel natively supports this ability? Or it just new relic could do it? Thanks in advance!
    ✅ 1
    p
    a
    • 3
    • 4
  • m

    maduabuchi

    04/20/2022, 4:09 PM
    trying to instrument my nodejs application but I get this.
    src/public/utils/redis.ts:15:40 - error TS2769: No overload matches this call.
    #11 37.34   The last overload gave the following error.
    #11 37.34     Argument of type '{ host: string; port: string; }' is not assignable to parameter of type 'ClientOpts'.
    #11 37.34       Types of property 'port' are incompatible.
    #11 37.34         Type 'string' is not assignable to type 'number'.
    #11 37.34
    #11 37.34 15 const redisClient = redis.createClient(redisClientConfig);
    each time I try to start the application
    p
    p
    • 3
    • 7
  • k

    Kumaran Ilangovan

    04/21/2022, 6:48 AM
    Hi #support - I need to embed signoz UI within my application. Also, I need to hide/remove some of the components like left nav bar and few more. Currently - I am facing origin issue - hence, unable to send events to signoz ui in iframe. Do we have any configs to allow or define trusted origins? @User
    v
    p
    +2
    • 5
    • 13
  • h

    Hardik Agrawal

    04/21/2022, 8:01 AM
    How can I get a millisecond view per trace? For requests which takes >1 second, all spans have unit as seconds which does not help to understood.
    a
    • 2
    • 2
  • d

    Danish Ahmad Ansari

    04/21/2022, 8:08 AM
    Is there any working dependency for Opentelemetry ? Opentelemetry jar file is not working when I run it in my spring project. It gives error like this --> Error occurred during initialization of VM da-eureka-ms | agent library failed to init: instrument da-eureka-ms | Error opening zip file or JAR manifest missing opentelemetry
  • j

    Jonathan Berrios

    04/22/2022, 9:07 AM
    hi ! I'm trying to export k8s infra metrics signoz as indicated here: https://signoz.io/docs/tutorial/kubernetes-infra-metrics/#steps-to-export-k8s-metrics-to-signoz In my case I'm running Signoz in the same cluster where application are, therefore updated the endpoint accordingly but I can't plot any metrics as indicated in your docs. One note is that I have installed the collector through Otel operator, and I had it up and running. So I expected updating the endpoint should be enough ? So to make it clear I have the following
    ➜  ~ k -n platform get pod
    NAME                                                        READY   STATUS    RESTARTS   AGE
    chi-signoz-cluster-0-0-0                                    1/1     Running   0          19h
    clickhouse-operator-8cff468-jnhwn                           2/2     Running   0          19h
    my-release-signoz-alertmanager-0                            1/1     Running   0          19h
    my-release-signoz-frontend-679745cc99-4xrwj                 1/1     Running   0          19h
    my-release-signoz-otel-collector-54d458dd8b-z24bp           1/1     Running   0          19h
    my-release-signoz-otel-collector-metrics-5dc97557f6-fngtt   1/1     Running   0          19h
    my-release-signoz-query-service-0                           1/1     Running   0          19h
    my-release-zookeeper-0                                      1/1     Running   0          19h
    
    ➜  ~ k -n testns-0 get pod
    NAME                        READY   STATUS    RESTARTS   AGE
    daemonset-collector-8xm57   1/1     Running   0          19h
    daemonset-collector-kwbpn   1/1     Running   0          19h
    daemonset-collector-p9bcv   1/1     Running   0          19h
    and trying to get the receiver/exporter configured in
    testns-0
    to export metrics to Signoz what could I be missing ? Created issue here https://github.com/SigNoz/signoz/issues/1011 Thank you,
    p
    p
    • 3
    • 8
  • y

    Yatharth Lakhera

    04/22/2022, 12:32 PM
    Hi,
  • y

    Yatharth Lakhera

    04/22/2022, 1:30 PM
    Hi, So till sometime back we were using signoz of older version and to upgrade it we deleted it from the server and again pulled it. We have stopped all the process of docker and done signoz installation from scratch again but the docker is not starting the services of signoz now as shared in the snapshot attached. How can we solve this?
    p
    p
    • 3
    • 4
  • d

    Deepankar

    04/23/2022, 12:52 PM
    Hey everyone, Been trying to use Signoz with Gorilla mux used this as reference: https://signoz.io/docs/instrumentation/golang/ Wasn’t getting any traces in the dashboard… what might an issue? can provide a minimal reproducible example.
    p
    p
    a
    • 4
    • 6
  • s

    Sai Deepesh

    04/24/2022, 10:53 AM
    Hello everyone, I have been running the signoz app for quite sometime now, but I'm not able to see the demo app traces here on dashboard, BTW I'm running the app in WSL
    p
    p
    • 3
    • 6
  • j

    Josh Berman

    04/25/2022, 4:39 AM
    Hey everyone, question is anyone has some quick insights. I've been able to get basic tracing sent from my pre-existing
    django
    app, however, I haven't figured out how to then get the DB layer (
    mysql
    ) to connect and show the next span with the DB query. Any insights on how to get that done? I couldn't find anything in the docs / in Github. Even just pointing me to a code example would be appreciated. Thanks, all! 🤖
    p
    • 2
    • 2
  • a

    Ankur

    04/25/2022, 11:40 AM
    https://github.com/SigNoz/sample-flask-app Sample flask app service is not able to instrument to signoz dashboard. While installing signoz on docker containers, it creates a different new docker network and the docker commands provided in the github repo starts flask app or mongodb containers in other network, and hence there will be no connectivity by default with oltp containers and flask app service containers. Commands helped me starting flask-app, mongo containers in signoz deployment network named "clickhouse-setup_default". $docker run --rm --network clickhouse-setup_default --name my-mongo -it -dp 27017:27017 mongo:latest $ docker run -e MONGO_HOST="my-mongo" -e OTEL_RESOURCE_ATTRIBUTES='service.name=pythonApp' -e OTEL_EXPORTER_OTLP_ENDPOINT='http://clickhouse-setup_otel-collector_1:4317' --network clickhouse-setup_default -dp 5000:5000 signoz/sample-flask-app:latest Please verify this. It worked for me.
    p
    • 2
    • 1
  • a

    alan

    04/25/2022, 1:51 PM
    Hi, everyone, I followed this link to test django if can send data to SigNoz(https://signoz.io/blog/opentelemetry-django/), I deployed SigNoz successfully, and then I created this django app in kuberentes but got below errors
    exec user process caused "exec format error"
    by using default image ("signoz/sample-django:latest"), googled and found require to rebuild docker image after adding
    #!/bin/bash
    in dockerfile, and then I got below errors can you help why this issue happen , I used offical dockerfile to build image
    /bin/sh: 1: [opentelemetry-instrument,: not found
    p
    s
    • 3
    • 85
Powered by Linen
Title
a

alan

04/25/2022, 1:51 PM
Hi, everyone, I followed this link to test django if can send data to SigNoz(https://signoz.io/blog/opentelemetry-django/), I deployed SigNoz successfully, and then I created this django app in kuberentes but got below errors
exec user process caused "exec format error"
by using default image ("signoz/sample-django:latest"), googled and found require to rebuild docker image after adding
#!/bin/bash
in dockerfile, and then I got below errors can you help why this issue happen , I used offical dockerfile to build image
/bin/sh: 1: [opentelemetry-instrument,: not found
p

Prashant Shahi

04/25/2022, 4:21 PM
Hey @alan! That error usually happens when running on unsupported architecture. could you please share information about the cluster nodes? Do you have amd or arm nodes?
a

alan

04/25/2022, 8:44 PM
@Prashant Shahi
root@uls-tst01-gen1-7b64d94f9c-2zlr8:/# uname -a
Linux uls-tst01-gen1-7b64d94f9c-2zlr8 5.4.0-1025-gkeop #26~18.04.1-Ubuntu SMP Mon Oct 4 03:14:34 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
root@uls-tst01-gen1-7b64d94f9c-2zlr8:/#
I run docker command locally, it is working, but I got this error
/bin/sh: 1: [opentelemetry-instrument,: not found
when creating pod in kuberenetes. so the docker image should be fine.
sample-django-e20.yaml
p

Prashant Shahi

04/26/2022, 4:20 AM
@alan it looks like the SigNoz Django image is built for ARM. I suppose you would have to build your own AMD Django image and use that.
a

alan

04/26/2022, 9:25 AM
@Prashant Shahi my mac used 2.2 GHz 6-Core Intel Core i7 should not ARM
this is not cpu architecture issue, I rebuilt the image from kubernetes node but got same issue, is this require some dependency to run opentelemetry-instrument in k8s ? pls help @Prashant Shahi
p

Prashant Shahi

04/27/2022, 5:19 AM
@alan let me build that on my machine and get back to you
✅ 1
s

Srikanth Chekuri

04/28/2022, 1:38 AM
Also looking into it...
p

Prashant Shahi

04/28/2022, 5:53 AM
@alan I was able to reproduce issue while building on both arm/amd. I was able to resolve it by passing the appropriate environments and complete commands.
docker run --env OTEL_METRICS_EXPORTER=none \
    --env OTEL_SERVICE_NAME=djangoApp \
    --env OTEL_EXPORTER_OTLP_ENDPOINT=http://<IP of SigNoz>:4317 \
    --env DJANGO_SETTINGS_MODULE=mysite.settings \
    -p 8000:8000 \
    -t signoz/sample-django:latest opentelemetry-instrument gunicorn mysite.wsgi -c gunicorn.config.py --workers 2 --threads 2 --reload --bind 0.0.0.0:8000
Meanwhile, I am working on improving the Dockerfile to fix this and reduce the image size. Also, I believe @Srikanth Chekuri would be the best person who would have more knowledge on the Django sample app.
a

alan

04/28/2022, 7:01 AM
@Prashant Shahi the dockerfile is fine , I fixed that issue, and i can run docker in my local without any issues, but when I package it and run in kubernetes, it threw the errors that
/bin/sh: 1: [opentelemetry-instrument,: not found
that's the point, I wonder have you run this in kubernetes ? I am not able to instrument data to SigNoz.
@Srikanth Chekuri can you help also ? thanks
p

Prashant Shahi

04/28/2022, 7:02 AM
Can you share the k8s manifest for the sample django app?
a

alan

04/28/2022, 7:03 AM
https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1650919749740839?thread_ts=1650894714.657889&amp;cid=C01HWQ1R0BC
@Prashant Shahi
p

Prashant Shahi

04/28/2022, 7:06 AM
I see you are missing
command
. Can you include the equipment environment variables and the command from the following in the manifest?
docker run --env OTEL_METRICS_EXPORTER=none \
    --env OTEL_SERVICE_NAME=djangoApp \
    --env OTEL_EXPORTER_OTLP_ENDPOINT=http://<IP of SigNoz>:4317 \
    --env DJANGO_SETTINGS_MODULE=mysite.settings \
    -p 8000:8000 \
    -t signoz/sample-django:latest opentelemetry-instrument gunicorn mysite.wsgi -c gunicorn.config.py --workers 2 --threads 2 --reload --bind 0.0.0.0:8000
a

alan

04/28/2022, 7:06 AM
same thing, that's the reason I removed the command, @Prashant Shahi
p

Prashant Shahi

04/28/2022, 7:07 AM
you would need to include it. Also, you mentioned that you had built amd image locally. Can you point to that locally built image for k8s?
a

alan

04/28/2022, 7:08 AM
yes, I did but it had same issue,
I can include and using image built from kubernetes node and try it again , will let you know if any change this time
<http://node.kubernetes.io/unreachable:NoExecute|node.kubernetes.io/unreachable:NoExecute> op=Exists for 300s
Events:
  Type     Reason     Age                   From               Message
  ----     ------     ----                  ----               -------
  Normal   Scheduled  2m44s                 default-scheduler  Successfully assigned alantest/sample-django-deployment-799456b8cc-8vtr2 to uls-tst01-gen1-7b64d94f9c-p949m
  Normal   Pulled     2m43s                 kubelet            Successfully pulled image "<http://artifactory.wdc.com:6560/bdp-eng-docker/sample-django:amd|artifactory.wdc.com:6560/bdp-eng-docker/sample-django:amd>" in 97.653019ms
  Normal   Pulled     2m42s                 kubelet            Successfully pulled image "<http://artifactory.wdc.com:6560/bdp-eng-docker/sample-django:amd|artifactory.wdc.com:6560/bdp-eng-docker/sample-django:amd>" in 69.621653ms
  Normal   Pulled     2m27s                 kubelet            Successfully pulled image "<http://artifactory.wdc.com:6560/bdp-eng-docker/sample-django:amd|artifactory.wdc.com:6560/bdp-eng-docker/sample-django:amd>" in 65.713606ms
  Normal   Created    119s (x4 over 2m43s)  kubelet            Created container sample-django
  Warning  Failed     119s (x4 over 2m43s)  kubelet            Error: failed to create containerd task: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "opentelemetry-instrument gunicorn mysite.wsgi -c gunicorn.config.py --workers 2 --threads 2 --reload --bind 0.0.0.0:8000": executable file not found in $PATH: unknown
  Normal   Pulled     119s                  kubelet            Successfully pulled image "<http://artifactory.wdc.com:6560/bdp-eng-docker/sample-django:amd|artifactory.wdc.com:6560/bdp-eng-docker/sample-django:amd>" in 65.166385ms
  Warning  BackOff    84s (x8 over 2m41s)   kubelet            Back-off restarting failed container
  Normal   Pulling    73s (x5 over 2m43s)   kubelet            Pulling image "<http://artifactory.wdc.com:6560/bdp-eng-docker/sample-django:amd|artifactory.wdc.com:6560/bdp-eng-docker/sample-django:amd>"
this is the same I got previously, and then I removed the command and args, now I added back but issue persist.
@Prashant Shahi @Srikanth Chekuri
sample-django-e20.yaml
p

Prashant Shahi

04/28/2022, 7:49 AM
replace command with this:
command: ["opentelemetry-instrument", "gunicorn", "mysite.wsgi", "-c", "gunicorn.config.py", "--workers", "2", "--threads", "2", "--reload", "--bind", "0.0.0.0:8000"]
✅ 1
a

alan

04/28/2022, 7:53 AM
gunicorn: error: unrecognized arguments: none djangoApp <http://my-release-signoz-otel-collector:4317> mysite.settings
@Prashant Shahi
no need argument ?
p

Prashant Shahi

04/28/2022, 7:56 AM
yes, can you remove the the
args
?
a

alan

04/28/2022, 7:56 AM
sure will try
yes this working cool @Prashant Shahi
🎉 1
p

Prashant Shahi

04/28/2022, 7:59 AM
That's great!
👍 1
a

alan

04/28/2022, 7:59 AM
but now issue is Signoz still not yet received the data from this django 🙂
C02XGC2HJG5H:apmtest ah1000259263$ k get svc -n alantest
NAME                                       TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)                                                                                AGE
clickhouse-operator-metrics                ClusterIP   172.30.240.102   <none>        8888/TCP                                                                               14d
jaeger-test-agent                          ClusterIP   172.30.241.78    <none>        5775/UDP,6831/UDP,6832/UDP,5778/TCP,14271/TCP                                          10d
jaeger-test-cassandra                      ClusterIP   None             <none>        7000/TCP,7001/TCP,7199/TCP,9042/TCP,9160/TCP                                           10d
jaeger-test-collector                      ClusterIP   172.30.241.211   <none>        14250/TCP,14268/TCP,14269/TCP                                                          10d
jaeger-test-query                          ClusterIP   172.30.241.46    <none>        80/TCP,16687/TCP                                                                       10d
my-release-clickhouse                      ClusterIP   172.30.240.62    <none>        8123/TCP,9000/TCP                                                                      14d
my-release-signoz-alertmanager             ClusterIP   172.30.241.35    <none>        9093/TCP                                                                               14d
my-release-signoz-alertmanager-headless    ClusterIP   None             <none>        9093/TCP                                                                               14d
my-release-signoz-frontend                 ClusterIP   172.30.241.173   <none>        3301/TCP                                                                               14d
my-release-signoz-otel-collector           ClusterIP   172.30.240.254   <none>        4317/TCP,4318/TCP,55680/TCP,55681/TCP,14250/TCP,14268/TCP,9411/TCP,8888/TCP,8889/TCP   14d
my-release-signoz-otel-collector-metrics   ClusterIP   172.30.241.20    <none>        4317/TCP,4318/TCP,55680/TCP,55681/TCP,14250/TCP,14268/TCP,9411/TCP,8888/TCP            14d
my-release-signoz-query-service            ClusterIP   172.30.240.200   <none>        8080/TCP                                                                               14d
my-release-zookeeper                       ClusterIP   172.30.240.207   <none>        2181/TCP,2888/TCP,3888/TCP                                                             14d
my-release-zookeeper-headless              ClusterIP   None             <none>        2181/TCP,2888/TCP,3888/TCP
I set OTEL exporter endpoint as below in deployment, is this correct ? @Prashant Shahi
- name: OTEL_EXPORTER_OTLP_ENDPOINT
          value: "<http://my-release-signoz-otel-collector:4317>"
p

Prashant Shahi

04/28/2022, 8:11 AM
@alan As mentioned in the blog, you would have to create poll and visit polls. https://signoz.io/blog/opentelemetry-django/ Steps: 1. Browsing the app and checking data with SigNoz 2. a. Visit http://localhost:8000/admin and create a question for poll 3. b. Then visit the list of polls at http://localhost:8000/polls/ and explore the polls 4. c. The data should be visible now in SigNoz at
http://<IP of SigNoz>:3301
If you haven't updated Dockerfile: admin user:
ankitnayan
password:
password
a

alan

04/28/2022, 8:13 AM
yes, will try and then back to you
I suspect some issue with this
--bind", "0.0.0.0:8000"]
in yaml, when I create virtual service I got
400
error @Prashant Shahi
if so, what else I need to change ? I am not familiar with django, so asking @Prashant Shahi
this bind to http://0.0.0.0:8000 is this correct ?
@Prashant Shahi
@Srikanth Chekuri
p

Prashant Shahi

04/28/2022, 8:44 AM
can you port-forward and check if it works in localhost?
Try the following endpoints:
<http://localhost:8000/admin>
<http://localhost:8000/polls/>
a

alan

04/28/2022, 8:50 AM
ok port-forward is good
and I create poll, I can see logs get updated but signiz didn't get updated
@Prashant Shahi
p

Prashant Shahi

04/28/2022, 8:52 AM
visit polls.. vote..
check SigNoz.
it should show up.
a

alan

04/28/2022, 8:52 AM
p

Prashant Shahi

04/28/2022, 8:52 AM
check SigNoz UI
a

alan

04/28/2022, 8:53 AM
p

Prashant Shahi

04/28/2022, 8:54 AM
hit refresh.
also, check otel-collector logs.
first of all, you should check if the OtelCollector Otlp endpoint is accessible. Follow the troubleshooting guide for k8s: https://signoz.io/docs/install/troubleshooting/
kubectl -n platform run troubleshoot --image=signoz/troubleshoot \
  --restart='OnFailure' -i --tty --rm --command -- ./troubleshoot checkEndpoint \
  --endpoint=my-release-signoz-otel-collector.platform.svc.cluster.local:4317
a

alan

04/28/2022, 8:57 AM
will check
C02XGC2HJG5H:jaeger ah1000259263$ kubectl -n alantest run troubleshoot --image=<http://artifactory.wdc.com:6609/signoz/troubleshoot|artifactory.wdc.com:6609/signoz/troubleshoot> -l e2-criticality=2,e2-environment=DEV,e2-owner=E2.Owner,e2-project=e2-migration,e2-support-contact=E2.Support \
>   --restart='OnFailure' -i --tty --rm --command -- ./troubleshoot checkEndpoint \
>   --endpoint=my-release-signoz-otel-collector:4317
If you don't see a command prompt, try pressing enter.
Error attaching, falling back to logs: unable to upgrade connection: container troubleshoot not found in pod troubleshoot_alantest
2022-04-28T09:10:37.205Z	INFO	troubleshoot/main.go:28	STARTING!
2022-04-28T09:10:37.208Z	INFO	checkEndpoint/checkEndpoint.go:41	checking reachability of SigNoz endpoint
2022-04-28T09:10:37.335Z	INFO	troubleshoot/main.go:46	Successfully sent sample data to signoz ...
pod "troubleshoot" deleted
@Prashant Shahi this means OtelCollector Otlp endpoint is accessible. correct?
troubleshoot/main.go:46	Successfully sent sample data to signoz
p

Prashant Shahi

04/28/2022, 9:13 AM
yes, that means SigNoz cluster is up and running properly.
a

alan

04/28/2022, 9:15 AM
then why signiz no data ?
let me know anything you need, this is log from my-release-signoz-otel-collector-7d895854c9-b7srl @
Dockerfile
sample-django-e20.yaml
1. now the django is running successfully, 2. run the troubleshoot pod tested my-release-signoz-otel-collector:4317 also good 3. add few polls in django 4. but signiz still shows no data
@Prashant Shahi let me know anything you need for troubleshooting
is http need to be removed ?
- name: OTEL_EXPORTER_OTLP_ENDPOINT
          value: <http://my-release-signoz-otel-collector:4317>
p

Prashant Shahi

04/28/2022, 9:51 AM
it all looks good to me.. can you create another poll and vote again?
@alan
a

alan

04/28/2022, 10:07 AM
sure
checked but still no data
p

Prashant Shahi

04/28/2022, 10:10 AM
http is optional in some SDK for grpc port.
a

alan

04/28/2022, 10:10 AM
nothing changed in my-release-signoz-otel-collector-7d895854c9-b7srl
😒miling_face_with_tear:
@Prashant Shahi not sure if this conflicts , I installed a Instrumentation by following this thread: https://medium.com/opentelemetry/using-opentelemetry-auto-instrumentation-agents-in-kubernetes-869ec0f42377
View count: 4