This message was deleted.
# general
s
This message was deleted.
p
hey thanks 👍 Were you able to see metrics from Julia in SigNoz dashboard? @User
j
Not yet, still investigating why
Traces are shown out of box
p
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
Yeah, traces are shown as expected (I didn't set the service name yet)
But for metrics, I'm not sure what the Application is in a OpenTelemetry Metric object
p
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" \
OTEL_RESOURCE_ATTRIBUTES=service.name=<service_name> \
node -r ./tracing.js index.js
https://signoz.io/docs/instrumentation/nodejs/
j
Thanks for your help. I think I can get the correct service name now in traces
But still no luck with metrics.
p
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
🙌 1