Skip to content

Commit

Permalink
running make-simple lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Feb 29, 2024
1 parent 957f9bf commit 16b532a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/metric_value_benchmark/eks_daemonset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,21 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/aws/amazon-cloudwatch-agent-test/test/metric"
"github.com/aws/aws-sdk-go-v2/aws"
"log"
"math/rand"
"sort"
"strings"
"time"

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/cloudwatch/types"

"github.com/aws/amazon-cloudwatch-agent-test/environment"
"github.com/aws/amazon-cloudwatch-agent-test/test/metric"
"github.com/aws/amazon-cloudwatch-agent-test/test/metric_value_benchmark/eks_resources"
"github.com/aws/amazon-cloudwatch-agent-test/test/status"
"github.com/aws/amazon-cloudwatch-agent-test/test/test_runner"
"github.com/aws/amazon-cloudwatch-agent-test/util/awsservice"
"github.com/aws/aws-sdk-go-v2/service/cloudwatch/types"
)

const containerInsightsNamespace = "ContainerInsights"
Expand Down

0 comments on commit 16b532a

Please sign in to comment.