jaeger-endpoint configmap attribute
This commit is contained in:
parent
a7fb791132
commit
28280de175
7 changed files with 49 additions and 2 deletions
|
|
@ -30,6 +30,7 @@ jaeger-collector-host: jaeger-agent.default.svc.cluster.local
|
|||
datadog-collector-host: datadog-agent.default.svc.cluster.local
|
||||
```
|
||||
NOTE: While the option is called `jaeger-collector-host`, you will need to point this to a `jaeger-agent`, and not the `jaeger-collector` component.
|
||||
Alternatively, you can set `jaeger-endpoint` and specify the full endpoint for uploading traces. This will use TCP and should be used for a collector rather than an agent.
|
||||
|
||||
Next you will need to deploy a distributed tracing system which uses OpenTracing.
|
||||
[Zipkin](https://github.com/openzipkin/zipkin) and
|
||||
|
|
@ -57,6 +58,9 @@ zipkin-sample-rate
|
|||
# specifies the port to use when uploading traces, Default: 6831
|
||||
jaeger-collector-port
|
||||
|
||||
# specifies the endpoint to use when uploading traces to a collector instead of an agent
|
||||
jaeger-endpoint
|
||||
|
||||
# specifies the service name to use for any traces created, Default: nginx
|
||||
jaeger-service-name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue