Skip to content

Commit

Permalink
gofmt -s -w internal/ingress/controller/nginx.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoffredo committed Jun 29, 2023
1 parent ab780b7 commit 7712ef2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/ingress/controller/nginx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 7712ef2

Please sign in to comment.