#support

SigNoz Database Calls Not Showing in Java Application

TLDR Sanjiv faced an issue with SigNoz not displaying database calls. After discussing with Pranay, the issue resolved itself.

Powered by Struct AI
4
7mo
Solved
Join the chat
Feb 28, 2023 (7 months ago)
Sanjiv
Photo of md5-a2785b9d22ba23f3627d4bd877e95e7c
Sanjiv
06:48 PM
I installed SigNoz with the provider docker-compose that has the sample application running. However I don’t see any database calls on any of the services. Why is that?
Image 1 for I installed SigNoz with the provider docker-compose that has the sample application running. However I don’t see any database calls on any of the services. Why is that?Image 2 for I installed SigNoz with the provider docker-compose that has the sample application running. However I don’t see any database calls on any of the services. Why is that?
Pranay
Photo of md5-8df7ce0274b2473ec07403336e48b574
Pranay
08:11 PM
which languages are your applications written in and how did you instrument them to send data to SigNoz?
Sanjiv
Photo of md5-a2785b9d22ba23f3627d4bd877e95e7c
Sanjiv
08:12 PM
It’s a java based application that talks to SQL Server using JDBC. The application is auto instrumented by passing the agent in the command line
Mar 01, 2023 (7 months ago)
Sanjiv
Photo of md5-a2785b9d22ba23f3627d4bd877e95e7c
Sanjiv
01:08 AM
Pranay I started seeing a values on these Database call charts now