opentelemetry-101 icon indicating copy to clipboard operation
opentelemetry-101 copied to clipboard

Results 5 opentelemetry-101 issues
Sort by recently updated
recently updated
newest added

When running docker-compose up, the containers for todo and auth fail to start because of the missing command ts-node-dev. ``` opentelemetry-101-todo-1 | yarn run v1.22.15 opentelemetry-101-auth-1 | yarn run v1.22.15...

opentelemetry-101_collector_1 exited with code 1 Logs : `collector_1 | Error: failed to get config: cannot unmarshal the configuration: 1 error(s) decoding: collector_1 | collector_1 | * error decoding 'exporters': unknown...

docker-compose fails with type must be string for COLLECTOR_OTLP_ENABLED. the docker-compose.yml has the below line which is causing the issue : COLLECTOR_OTLP_ENABLED: true Adding quotes has resolved the issue. COLLECTOR_OTLP_ENABLED:...

I'm taking the opentelemetry class in Udemy and trying to type in all of the changes between lessons. The 'docs/adding-metrics.md' file is missing a few pieces from the lecture: sleep...