Hi Team, followed
https://signoz.io/docs/instrumentation/fastapi/ in local setup
requirement.txt
opentelemetry-api==1.22.0
opentelemetry-distro==0.43b0
opentelemetry-instrumentation==0.43b0
opentelemetry-exporter-otlp==1.22.0
command to run uvicorn app:
OTEL_RESOURCE_ATTRIBUTES=service.name=translationService OTEL_EXPORTER_OTLP_ENDPOINT="localhost:4317" OTEL_EXPORTER_OTLP_PROTOCOL=grpc opentelemetry-instrument uvicorn main:app
still service and traces are not coming up on signoz