File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
internal/extension/smartagentextension Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,20 @@ package smartagentextension
16
16
17
17
import (
18
18
"context"
19
+ "os"
20
+ "path/filepath"
21
+ "runtime"
22
+
19
23
"github.com/signalfx/signalfx-agent/pkg/core/common/constants"
20
24
saconfig "github.com/signalfx/signalfx-agent/pkg/core/config"
21
25
"go.opentelemetry.io/collector/component"
22
26
"go.opentelemetry.io/collector/config"
23
27
"go.opentelemetry.io/collector/extension/extensionhelper"
24
- "os"
25
- "path/filepath"
26
- "runtime"
27
28
)
28
29
29
30
const (
30
- typeStr config.Type = "smartagent"
31
- defaultIntervalSeconds int = 10
31
+ typeStr config.Type = "smartagent"
32
+ defaultIntervalSeconds int = 10
32
33
)
33
34
34
35
func NewFactory () component.ExtensionFactory {
You can’t perform that action at this time.
0 commit comments