Sample rate configmap option for zipkin in nginx-opentracing
This commit is contained in:
parent
29c5d77068
commit
bc53d1eb74
4 changed files with 15 additions and 1 deletions
|
|
@ -787,7 +787,8 @@ func configureDynamically(pcfg *ingress.Configuration, port int) error {
|
|||
const zipkinTmpl = `{
|
||||
"service_name": "{{ .ZipkinServiceName }}",
|
||||
"collector_host": "{{ .ZipkinCollectorHost }}",
|
||||
"collector_port": {{ .ZipkinCollectorPort }}
|
||||
"collector_port": {{ .ZipkinCollectorPort }},
|
||||
"sample_rate": {{ .ZipkinSampleRate }}
|
||||
}`
|
||||
|
||||
const jaegerTmpl = `{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue