Hi team, I have started java application with con...
# support
k
Hi team, I have started java application with config per signoz document, but I dont see anythink in DB metrics field. and also Events columt of traces are also empyp, is this expected ?
n
Hi, Can you share your otel-config file here? Also Did you try interacting with your application? Did you adjust the time frame, to say 5 minutes to look at the events?
k
Hi @Nitish thanks for you reply. I simply start application as below.
OTEL_RESOURCE_ATTRIBUTES="service.name=demoApp,service.namespace=JavaApps,deployment.environment=dev" OTEL_EXPORTER_OTLP_ENDPOINT="<http://signoz_server:4317>" java -javaagent:$PWD/opentelemetry-javaagent.jar -jar <my-app>.jar
Untitled