gofmt -s -w internal/ingress/controller/nginx.go
This commit is contained in:
parent
e7f45a7f70
commit
7d60dc40fc
1 changed files with 4 additions and 4 deletions
|
@ -1076,10 +1076,10 @@ parent_based = {{ .OtelSamplerParentBased }}
|
|||
|
||||
func datadogOpentracingCfg(cfg ngx_config.Configuration) (string, error) {
|
||||
m := map[string]interface{}{
|
||||
"service": cfg.DatadogServiceName,
|
||||
"agent_host": cfg.DatadogCollectorHost,
|
||||
"agent_port": cfg.DatadogCollectorPort,
|
||||
"environment": cfg.DatadogEnvironment,
|
||||
"service": cfg.DatadogServiceName,
|
||||
"agent_host": cfg.DatadogCollectorHost,
|
||||
"agent_port": cfg.DatadogCollectorPort,
|
||||
"environment": cfg.DatadogEnvironment,
|
||||
"operation_name_override": cfg.DatadogOperationNameOverride,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue