hey thanks 👍 Were you able to see metrics from Julia in SigNoz dashboard? @User
j
Jun Tian
02/26/2022, 11:45 AM
Not yet, still investigating why
Jun Tian
02/26/2022, 11:45 AM
Traces are shown out of box
p
Pranay
02/26/2022, 11:48 AM
So traces from your Julia app are shown or only from sample apps? If you are able to successfully make this work - would be great if you can raise a PR for Julia instrumentation 🙂 - may be helpful for other users who are trying SigNoz with julia. our team internally doesn't have experience with Julia 😬
j
Jun Tian
02/26/2022, 11:53 AM
Yeah, traces are shown as expected (I didn't set the service name yet)
Jun Tian
02/26/2022, 11:56 AM
But for metrics, I'm not sure what the Application is in a OpenTelemetry Metric object
p
Pranay
02/26/2022, 12:01 PM
Nice - so you are able to see data from your Julia app in SigNoz. Application is just the service name
i think you have to specify service name correctly when you send data to SigNoz. I am not sure how it works in Julia - but for example in NodeJS you can specify like
OTEL_EXPORTER_OTLP_ENDPOINT="<IP of SigNoz>:4317" \
Thanks for your help. I think I can get the correct service name now in traces
Jun Tian
02/26/2022, 12:13 PM
But still no luck with metrics.
p
Pranay
02/26/2022, 1:35 PM
can you try playing with the time period on top right corner of the metrics page. the metrics page only shows services which were available in the chosen time period @Jun Tian
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.