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
Copy file name to clipboardExpand all lines: README.md
+27-15Lines changed: 27 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,40 +179,52 @@ You can run the examples in this repository by executing the scripts in the `exa
179
179
180
180
The [agent_otel_aspire.py](examples/agent_otel_aspire.py) example can export OpenTelemetry traces, metrics, and structured logs to a [Aspire Dashboard](https://aspire.dev/dashboard/standalone/).
181
181
182
-
1. Start the Aspire Dashboard:
182
+
### In GitHub Codespaces / Dev Containers
183
+
184
+
The Aspire Dashboard runs automatically as a service alongside the dev container. No extra setup is needed.
185
+
186
+
1. The `OTEL_EXPORTER_OTLP_ENDPOINT` environment variable is already set by the dev container.
Copy file name to clipboardExpand all lines: examples/spanish/README.md
+28-16Lines changed: 28 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,46 +180,58 @@ Puedes ejecutar los ejemplos en este repositorio ejecutando los scripts en el di
180
180
181
181
El ejemplo [agent_otel_aspire.py](agent_otel_aspire.py) puede exportar trazas, métricas y logs estructurados de OpenTelemetry a un [Aspire Dashboard](https://aspire.dev/dashboard/standalone/).
182
182
183
-
1. Inicia el Aspire Dashboard:
183
+
### En GitHub Codespaces / Dev Containers
184
+
185
+
El Aspire Dashboard se ejecuta automaticamente como un servicio junto al dev container. No necesitas configuracion adicional.
186
+
187
+
1. La variable de entorno `OTEL_EXPORTER_OTLP_ENDPOINT` ya esta configurada por el dev container.
0 commit comments