Skip to content

Commit

Permalink
add new lines for spacing in Config
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghestrimtu committed Dec 2, 2024
1 parent 64c8fb6 commit 9d0f27e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/beholder/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ type Config struct {
// Batch processing is enabled by default
// Disable it only for testing
EmitterBatchProcessor bool

// OTel Trace
TraceSampleRatio float64
TraceBatchTimeout time.Duration
TraceSpanExporter sdktrace.SpanExporter // optional additional exporter
TraceRetryConfig *RetryConfig

// OTel Metric
MetricReaderInterval time.Duration
MetricRetryConfig *RetryConfig

// OTel Log
LogExportTimeout time.Duration
LogExportInterval time.Duration
Expand Down

0 comments on commit 9d0f27e

Please sign in to comment.