Skip to content

Commit

Permalink
remove httpbin
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Jun 20, 2024
1 parent b260aba commit 9060f91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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
# - name: Start httpbin
# command: docker run -p 6000:80 ealen/echo-server:0.9.2
# - 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 9060f91

Please sign in to comment.