Skip to content

Commit

Permalink
gubernator:go - Add env var for default tracing exporter (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgough committed Apr 4, 2024
1 parent e743a6a commit 94e8902
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ func NewGubernatorDeployment(namespace, imageTag string) *GubernatorDeployment {
Name: "GUBER_LOG_LEVEL",
Value: "info",
},
{
Name: "OTEL_TRACES_EXPORTER",
Value: "none",
},
},
ConfigMaps: make(map[string]map[string]string),
Secrets: make(map[string]map[string][]byte),
Expand Down

0 comments on commit 94e8902

Please sign in to comment.