You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked the OTel Demo repo to experiment with different instrumentations and exporters, but I'm struggling with getting my modified version deployed.
Example
I made changes to the Ad Service Dockerfile to replace the OTel Java agent with the Application Insights version:
But when I use docker compose up it always shows the image ghcr.io/open-telemetry/demo:1.4.0-adservice in Docker, no matter if I run it with or without the --no-build flag, and it doesn't consider any of the modifications I made (both files are missing):
What am I doing wrong? Any help is appreciated!
Best Regards,
Kai
The text was updated successfully, but these errors were encountered:
Hi everyone,
I forked the OTel Demo repo to experiment with different instrumentations and exporters, but I'm struggling with getting my modified version deployed.
Example
I made changes to the Ad Service Dockerfile to replace the OTel Java agent with the Application Insights version:
But when I use
docker compose up
it always shows the image ghcr.io/open-telemetry/demo:1.4.0-adservice in Docker, no matter if I run it with or without the--no-build
flag, and it doesn't consider any of the modifications I made (both files are missing):What am I doing wrong? Any help is appreciated!
Best Regards,
Kai
The text was updated successfully, but these errors were encountered: