We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b11d8 commit 128b5b9Copy full SHA for 128b5b9
internal/beater/otlp/common.go
@@ -18,8 +18,9 @@
18
package otlp
19
20
import (
21
- "github.com/elastic/apm-server/internal/beater/request"
22
"go.opentelemetry.io/otel"
+
23
+ "github.com/elastic/apm-server/internal/beater/request"
24
)
25
26
var (
x-pack/apm-server/sampling/groups.go
@@ -12,8 +12,9 @@ import (
12
"sync"
13
"time"
14
15
- "github.com/elastic/apm-data/model/modelpb"
16
"go.opentelemetry.io/otel/metric"
17
+ "github.com/elastic/apm-data/model/modelpb"
const minReservoirSize = 1000
0 commit comments