File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ Configure the environment and run the sample:
3535python -m venv venv/
3636source venv/bin/activate
3737pip install -r requirements.txt
38- env $( cat main .env | xargs) python main.py
38+ env $( cat opentelemetry .env | xargs) python main.py
3939```
4040
4141Alternatively if you have [ ` uv ` ] ( https://docs.astral.sh/uv/ ) installed:
4242
4343``` sh
44- uv run --env-file main .env main.py
44+ uv run --env-file opentelemetry .env main.py
4545```
4646
4747## Viewing the results
Original file line number Diff line number Diff line change 11OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED = true
22OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT = true
3-
4- GOOGLE_GENAI_USE_VERTEXAI = TRUE
5- GOOGLE_CLOUD_LOCATION = us-central1
Original file line number Diff line number Diff line change 1+ GOOGLE_GENAI_USE_VERTEXAI = TRUE
2+ GOOGLE_CLOUD_LOCATION = us-central1
You can’t perform that action at this time.
0 commit comments