Skip to content

Commit

Permalink
updated gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Plüddemann committed May 17, 2024
1 parent 0836846 commit 25efb4a
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Image of workspace. Learn more: https://www.gitpod.io/docs/configure/workspaces/workspace-image
image: maeddes/gitpod:full
workspaceLocation: '/workspace/opentelemetry-training'

tasks:
- name: Add Python Otel libs
command: pip3 install requests flask Faker opentelemetry-api opentelemetry-sdk opentelemetry-exporter-prometheus opentelemetry-exporter-otlp
- name: Start httpbin
command: docker run -p 80:80 kennethreitz/httpbin
- name: Enable httpbin
command: echo 127.0.0.1 httpbin | sudo tee -a /etc/hosts
- name: Start tutorial
command: docker compose up tutorial
image: ghcr.io/novatecconsulting/opentelemetry-training-application:lf-initial
workspaceLocation: "/workspace/opentelemetry-training/labs"
# tasks:
# - name: Add Python Otel libs
# command: pip3 install requests flask Faker opentelemetry-api opentelemetry-sdk opentelemetry-exporter-prometheus opentelemetry-exporter-otlp
# - name: Start httpbin
# command: docker run -p 80:80 kennethreitz/httpbin
# - name: Enable httpbin
# command: echo 127.0.0.1 httpbin | sudo tee -a /etc/hosts
# - name: Start tutorial
# command: docker compose up tutorial

0 comments on commit 25efb4a

Please sign in to comment.