Skip to content

Commit

Permalink
fix: set timeout for tempo uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Nov 2, 2021
1 parent a469c9a commit afc16c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Expand Up @@ -311,6 +311,7 @@ func getUploader() (client.Uploader, error) {
return tempo.NewUploader(&tempo.ClientOpts{
BaseClientOpts: client.BaseClientOpts{
TagsAsTasks: viper.GetBool("tags-as-tasks"),
Timeout: client.DefaultRequestTimeout,
},
BasicAuth: client.BasicAuth{
Username: viper.GetString("tempo-username"),
Expand Down

0 comments on commit afc16c1

Please sign in to comment.