Created
March 12, 2024 22:37
-
-
Save dmouse/7cd23e7de92366dbd66cfb8603f1f062 to your computer and use it in GitHub Desktop.
lando dev jaeger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... | |
proxy: | |
jaeger: | |
- jaeger.project.lndo.site:16686 | |
services: | |
jaeger: | |
type: compose | |
app_mount: false | |
ssl: true | |
sslExpose: false | |
services: | |
user: root | |
image: jaegertracing/all-in-one:1.55 | |
command: /go/bin/all-in-one-linux | |
environment: | |
- COLLECTOR_ZIPKIN_HOST_PORT=:9411 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment