Skip to content

Commit

Permalink
fix: data-collection to send round-robin to odigos-gateway service (#…
Browse files Browse the repository at this point in the history
…1654)

Co-authored-by: Tamir David <tamirdavid@Tamirs-MacBook-Pro.local>
  • Loading branch information
tamirdavid1 and Tamir David authored Oct 29, 2024
1 parent 86ddade commit e00722f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoscaler/controllers/datacollection/configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ func calculateConfigMapData(collectorsGroup *odigosv1.CollectorsGroup, apps *odi
"tls": config.GenericMap{
"insecure": true,
},
"balancer_name": "round_robin",
},
"otlp/odigos-own-telemetry-ui": config.GenericMap{
"endpoint": fmt.Sprintf("ui.%s:%d", env.GetCurrentNamespace(), consts.OTLPPort),
Expand Down

0 comments on commit e00722f

Please sign in to comment.