Kumaran Ilangovan
04/07/2022, 9:55 AMDanish Ahmad Ansari
04/07/2022, 8:01 PMDavid Schatz
04/07/2022, 9:26 PMHardik Agrawal
04/08/2022, 6:55 AMJay Bhatt
04/08/2022, 10:37 AMHenry Fuheng Wu
04/11/2022, 4:30 AMHenry Fuheng Wu
04/11/2022, 4:30 AMHenry Fuheng Wu
04/11/2022, 4:31 AMHenry Fuheng Wu
04/11/2022, 4:31 AMKumaran Ilangovan
04/11/2022, 4:51 AMedr
04/14/2022, 12:44 PM- 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 advancerakesh shah
04/15/2022, 10:08 AMrakesh shah
04/15/2022, 10:09 AMrakesh shah
04/15/2022, 10:12 AMAME 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
rakesh shah
04/15/2022, 10:12 AMGanga Lakshmanasamy
04/19/2022, 10:59 AMVlad Suciu
04/19/2022, 11:24 AMAlfian Firmansyah
04/20/2022, 3:01 AMmethod 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!maduabuchi
04/20/2022, 4:09 PMsrc/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 applicationKumaran Ilangovan
04/21/2022, 6:48 AMHardik Agrawal
04/21/2022, 8:01 AMDanish Ahmad Ansari
04/21/2022, 8:08 AMJonathan Berrios
04/22/2022, 9:07 AM➜ ~ 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,Yatharth Lakhera
04/22/2022, 12:32 PMYatharth Lakhera
04/22/2022, 1:30 PMDeepankar
04/23/2022, 12:52 PMSai Deepesh
04/24/2022, 10:53 AMJosh Berman
04/25/2022, 4:39 AMdjango
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! 🤖Ankur
04/25/2022, 11:40 AMalan
04/25/2022, 1:51 PMexec 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