Skip to content

Commit

Permalink
feat/add multiple workers behind feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiguel-teixeira committed Nov 25, 2024
1 parent b1e7991 commit 616e429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/prometheusremotewriteexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Config struct {
// maximum size in bytes of time series batch sent to remote storage
MaxBatchSizeBytes int `mapstructure:"max_batch_size_bytes"`

// maximum ammount of parallel requests to do when handling large batch request
// maximum amount of parallel requests to do when handling large batch request
MaxBatchRequestParallelism int `mapstructure:"max_batch_request_parallelism"`

// ResourceToTelemetrySettings is the option for converting resource attributes to telemetry attributes.
Expand Down

0 comments on commit 616e429

Please sign in to comment.