Skip to content

Commit

Permalink
Add Back Tags to Spans Sent from Serverless-Init (#30813)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpharvey authored Nov 6, 2024
1 parent 47294c1 commit 8e0f134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/serverless-init/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func setupTraceAgent(tags map[string]string, tagger tagger.Component) trace.Serv
ColdStartSpanID: random.Random.Uint64(),
AzureContainerAppTags: azureTags.String(),
})
traceAgent.SetTags(tags)
go func() {
for range time.Tick(3 * time.Second) {
traceAgent.Flush()
Expand Down

0 comments on commit 8e0f134

Please sign in to comment.