Hi guys! I'm working in POC that integrate my serv...
# general
r
Hi guys! I'm working in POC that integrate my services (using FastAPI) with Signoz. For that, I use the guide available on Signoz documentation: https://signoz.io/blog/opentelemetry-fastapi/
On signoz dashboard, the informations about the services it's correct. The traces, execptions and services also look good. On "Logs" tabs does not show anythings. It's normal?
a
you will have to set up receivers for logs based on where they are stored.
@Rui Oliveira where are your applications running? In a VM or k8s? And where are the logs currently that you want to see in SigNoz?
r
my applications are running in k8s. Yes, I saw the logs but I disabled to not shown anymore.
"you will have to set up receivers for logs based on where they are stored." What is your suggestion? What is the easiest way?
@Ankit Nayan My applications running in k8s, but the Signoz running in isolated VM.
a
you should install
k8s-infra
chart in you k8s cluster where applications are running and configure them to sent to signoz
r
Awesome! Thanks