https://signoz.io logo
Title
r

Rui Oliveira

02/23/2023, 5:20 PM
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

Ankit Nayan

02/23/2023, 6:16 PM
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

Rui Oliveira

02/23/2023, 6:55 PM
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

Ankit Nayan

02/26/2023, 5:27 AM
you should install
k8s-infra
chart in you k8s cluster where applications are running and configure them to sent to signoz
r

Rui Oliveira

02/28/2023, 10:41 AM
Awesome! Thanks