Skip to content

Commit

Permalink
updated gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Jul 29, 2024
1 parent 01b839e commit 5687f83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
image: maeddes/gitpod:full
workspaceLocation: '/workspace/opentelemetry-training/exercises'

init:
- name: Set environment variable
command: eval $(gp env -e EXERCISES=/workspace/opentelemetry-training/exercises)

tasks:
- name: Add Python Otel libs
command: pip3 install requests flask Faker opentelemetry-api opentelemetry-sdk opentelemetry-exporter-prometheus opentelemetry-exporter-otlp
- name: Set environment variable
env:
EXERCISES: '/workspace/opentelemetry-training/exercises'

# - name: Start httpbin
# command: docker run -p 6000:80 ealen/echo-server:0.9.2
# - name: Enable httpbin
Expand Down

0 comments on commit 5687f83

Please sign in to comment.