Where to learn about Jaeger YAML Config? #7544
Replies: 2 comments 2 replies
-
Hi @Shin-Thant! I'm Dosu and I’m helping the jaeger team. Jaeger doesn't use YAML files as the primary way to configure its core components. Instead, configuration is handled mainly through environment variables and command-line flags, which is common for Go-based CNCF projects. While Jaeger uses the Viper library (which can read YAML), there isn't an official YAML schema or example YAML config file provided for Jaeger services. You'll mostly see YAML used for Kubernetes manifests to deploy Jaeger, not for configuring the Jaeger application itself. If you want to configure Jaeger, check the official docs for environment variables and CLI flags, as that's the standard approach. More details on how configuration is handled can be seen in the codebase here. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
@Shin-Thant Start here https://www.jaegertracing.io/docs/2.11/deployment/configuration/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm starting my Jaeger journey, and I can't find documentation about Jaeger yaml config file. Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions