Am following the tutorial to get Django instrument...
# support
d
Am following the tutorial to get Django instrumentation running, I installed dependencies, ran
opentelemetry-bootstrap --action=install
, then started the server like so
OTEL_RESOURCE_ATTRIBUTES=service.name=django_app OTEL_EXPORTER_OTLP_ENDPOINT="<http://localhost:4318>"  opentelemetry-instrument --traces_exporter otlp_proto_http python manage.py runserver --noreload
, however I can't reach http://localhost:4318
s
The collector instance should be accessible to application