Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ config/database.yml
config/sidekiq.yml
coverage/*
dump.rdb
otel-collector-config.yaml
public/assets
public/cache
public/screenshots
Expand Down
29 changes: 0 additions & 29 deletions config/otel-collector-config.yaml.example

This file was deleted.

6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,3 @@ services:
DEPLOY_ENV: local
RAILS_ENV: development
SERVER_PORT: 3200
otel-collector:
image: otel/opentelemetry-collector-contrib
volumes:
- ./config/otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
depends_on:
- pender
Loading