Hi Team, I am new to SigNoz and currently explorin...
# signoz-cloud
c
Hi Team, I am new to SigNoz and currently exploring ways to send data to it. I wanted to confirm if OpenTelemetry instrumentation is supported for Scala applications. If it is supported, could you kindly provide guidance or share resources for implementation?
p
You should be able to use java agent auto instrumentation for this, as mentioned here - https://ivan-kurchenko.medium.com/telemetry-with-scala-part-1-opentelemetry-758c72a136e7 SigNoz Java docs - https://signoz.io/docs/instrumentation/opentelemetry-java/
c
Thanks Pranay, I'll try this