Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: inge4pres <[email protected]>
Signed-off-by: Marc Lopez Rubio <[email protected]>
  • Loading branch information
inge4pres authored and marclop committed Jul 5, 2024
1 parent 09852ea commit a2b0f86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/beater/beater.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ import (
"runtime"
"time"

"github.com/dustin/go-humanize"
"github.com/hashicorp/go-multierror"
"github.com/pkg/errors"
"go.elastic.co/apm/module/apmgrpc"
"go.elastic.co/apm/module/apmotel/v2"
"go.elastic.co/apm/v2"
"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/sdk/metric"
"go.uber.org/zap"
Expand All @@ -50,6 +55,7 @@ import (
"github.com/elastic/elastic-agent-libs/logp"
"github.com/elastic/elastic-agent-libs/monitoring"
docappender "github.com/elastic/go-docappender"
"github.com/elastic/go-ucfg"

"github.com/elastic/apm-server/internal/agentcfg"
"github.com/elastic/apm-server/internal/beater/auth"
Expand Down
1 change: 1 addition & 0 deletions internal/beater/beater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (
agentconfig "github.com/elastic/elastic-agent-libs/config"
"github.com/elastic/elastic-agent-libs/logp"
"github.com/elastic/elastic-agent-libs/monitoring"
docappender "github.com/elastic/go-docappender"

"github.com/elastic/apm-server/internal/beater/config"
"github.com/elastic/apm-server/internal/elasticsearch"
Expand Down

0 comments on commit a2b0f86

Please sign in to comment.