You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OTEL_EXPORTER_OTLP_SPAN_ENDPOINT=127.0.0.1:4317 OTEL_EXPORTER_OTLP_SPAN_INSECURE=true LS_SERVICE_NAME=hello_world LS_ACCESS_TOKEN=1234 LS_METRICS_ENABLED=false go run trace.go
2
+
3
+
#OTEL_EXPORTER_OTLP_SPAN_ENDPOINT=spaningest.staging.lightstep.com:443 OTEL_EXPORTER_OTLP_SPAN_INSECURE=false LS_SERVICE_NAME=hello_world LS_ACCESS_TOKEN=42f288975e1b8048d49ff5214d0359b2 go run trace.go
4
+
5
+
#OTEL_EXPORTER_OTLP_SPAN_ENDPOINT=localhost:8360 OTEL_EXPORTER_OTLP_SPAN_INSECURE=true LS_SERVICE_NAME=hello_world LS_ACCESS_TOKEN=developer LS_METRICS_ENABLED=true go run trace.go
0 commit comments