below is output in pod. ```root@sample-django-depl...
# support
a
below is output in pod.
Copy code
root@sample-django-deployment-6fd7b76ccc-694gz:/code# OTEL_RESOURCE_ATTRIBUTES=service.name=c10 OTEL_EXPORTER_OTLP_ENDPOINT="172.30.240.212:4317"  opentelemetry-instrument --traces_exporter otlp_proto_http python c10.py
Seven Weekdays are:

Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
root@sample-django-deployment-6fd7b76ccc-694gz:/code# OTEL_RESOURCE_ATTRIBUTES=service.name=c10 OTEL_EXPORTER_OTLP_ENDPOINT="my-release-signoz-otel-collector-metrics.edgetestteam-dev.svc.cluster.local:4317"  opentelemetry-instrument --traces_exporter otlp_proto_http python c10.py
Seven Weekdays are:

Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
root@sample-django-deployment-6fd7b76ccc-694gz:/code# telnet my-release-signoz-otel-collector-metrics 4317
Trying 172.30.240.28...
Connected to my-release-signoz-otel-collector-metrics.edgetestteam-dev.svc.cluster.local.
Escape character is '^]'.
@^C^C^C^C^CConnection closed by foreign host.
root@sample-django-deployment-6fd7b76ccc-694gz:/code# ^C