File tree 21 files changed +41
-48
lines changed
cloud.google.com/go/pubsub
21 files changed +41
-48
lines changed Original file line number Diff line number Diff line change 4
4
package instana_test
5
5
6
6
import (
7
- instana "github.com/instana/go-sensor"
8
7
"net/http/httptest"
9
8
"testing"
10
9
10
+ instana "github.com/instana/go-sensor"
11
+
11
12
ot "github.com/opentracing/opentracing-go"
12
13
"github.com/opentracing/opentracing-go/ext"
13
14
"github.com/stretchr/testify/assert"
Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ import (
6
6
"bytes"
7
7
"context"
8
8
"encoding/json"
9
- "github.com/instana/go-sensor/acceptor"
10
- "github.com/instana/go-sensor/autoprofile"
11
9
"io/ioutil"
12
10
"net/http"
13
11
"strings"
14
12
"testing"
15
13
14
+ "github.com/instana/go-sensor/acceptor"
15
+ "github.com/instana/go-sensor/autoprofile"
16
+
16
17
"github.com/stretchr/testify/assert"
17
18
)
18
19
Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ package instana
5
5
import (
6
6
"context"
7
7
"fmt"
8
- "github.com/instana/go-sensor/acceptor"
9
- "github.com/instana/go-sensor/autoprofile"
10
- "github.com/stretchr/testify/assert"
11
8
"net/http"
12
9
"net/http/httptest"
13
10
"sync"
14
11
"sync/atomic"
15
12
"testing"
13
+
14
+ "github.com/instana/go-sensor/acceptor"
15
+ "github.com/instana/go-sensor/autoprofile"
16
+ "github.com/stretchr/testify/assert"
16
17
)
17
18
18
19
func TestAppendALotDelayedSpans (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ package pubsub_test
6
6
import (
7
7
"bytes"
8
8
"context"
9
- "github.com/instana/go-sensor/acceptor"
10
- "github.com/instana/go-sensor/autoprofile"
11
9
"io/ioutil"
12
10
"net/http"
13
11
"net/http/httptest"
14
12
"strings"
15
13
"testing"
16
14
15
+ "github.com/instana/go-sensor/acceptor"
16
+ "github.com/instana/go-sensor/autoprofile"
17
+
17
18
instana "github.com/instana/go-sensor"
18
19
"github.com/instana/go-sensor/instrumentation/cloud.google.com/go/pubsub"
19
20
"github.com/opentracing/opentracing-go"
Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ package instaamqp_test
5
5
import (
6
6
"context"
7
7
"errors"
8
- "github.com/instana/go-sensor/acceptor"
9
- "github.com/instana/go-sensor/autoprofile"
10
8
"log"
11
9
"sync"
12
10
"testing"
13
11
"time"
14
12
13
+ "github.com/instana/go-sensor/acceptor"
14
+ "github.com/instana/go-sensor/autoprofile"
15
+
15
16
instana "github.com/instana/go-sensor"
16
17
"github.com/instana/go-sensor/instrumentation/instaamqp"
17
18
"github.com/opentracing/opentracing-go"
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ package instaawssdk_test
4
4
5
5
import (
6
6
"context"
7
+ "testing"
8
+
7
9
"github.com/instana/go-sensor/acceptor"
8
10
"github.com/instana/go-sensor/autoprofile"
9
- "testing"
10
11
11
12
"github.com/aws/aws-sdk-go/aws"
12
13
"github.com/aws/aws-sdk-go/aws/session"
Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ package instaecho_test
9
9
import (
10
10
"context"
11
11
"errors"
12
- "github.com/instana/go-sensor/acceptor"
13
- "github.com/instana/go-sensor/autoprofile"
14
12
"net/http"
15
13
"net/http/httptest"
16
14
"os"
17
15
"testing"
18
16
17
+ "github.com/instana/go-sensor/acceptor"
18
+ "github.com/instana/go-sensor/autoprofile"
19
+
19
20
instana "github.com/instana/go-sensor"
20
21
"github.com/instana/go-sensor/instrumentation/instaecho"
21
22
"github.com/labstack/echo/v4"
Original file line number Diff line number Diff line change @@ -5,15 +5,16 @@ package instagin_test
5
5
6
6
import (
7
7
"context"
8
- "github.com/instana/go-sensor/acceptor"
9
- "github.com/instana/go-sensor/autoprofile"
10
8
"io/ioutil"
11
9
"net/http"
12
10
"net/http/httptest"
13
11
"os"
14
12
"reflect"
15
13
"testing"
16
14
15
+ "github.com/instana/go-sensor/acceptor"
16
+ "github.com/instana/go-sensor/autoprofile"
17
+
17
18
"github.com/stretchr/testify/require"
18
19
19
20
"github.com/opentracing/opentracing-go"
Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ package instagrpc_test
6
6
import (
7
7
"context"
8
8
"fmt"
9
- "github.com/instana/go-sensor/acceptor"
10
- "github.com/instana/go-sensor/autoprofile"
11
9
"io"
12
10
"net"
13
11
"testing"
14
12
"time"
15
13
14
+ "github.com/instana/go-sensor/acceptor"
15
+ "github.com/instana/go-sensor/autoprofile"
16
+
16
17
instana "github.com/instana/go-sensor"
17
18
"github.com/instana/go-sensor/instrumentation/instagrpc"
18
19
"github.com/stretchr/testify/assert"
Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ package instahttprouter_test
5
5
6
6
import (
7
7
"context"
8
- "github.com/instana/go-sensor/acceptor"
9
- "github.com/instana/go-sensor/autoprofile"
10
8
"net/http"
11
9
"net/http/httptest"
12
10
"testing"
13
11
12
+ "github.com/instana/go-sensor/acceptor"
13
+ "github.com/instana/go-sensor/autoprofile"
14
+
14
15
instana "github.com/instana/go-sensor"
15
16
"github.com/instana/go-sensor/instrumentation/instahttprouter"
16
17
"github.com/instana/go-sensor/secrets"
Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ package instalogrus_test
5
5
6
6
import (
7
7
"context"
8
- "github.com/instana/go-sensor/acceptor"
9
- "github.com/instana/go-sensor/autoprofile"
10
8
"io/ioutil"
11
9
"testing"
12
10
"time"
13
11
12
+ "github.com/instana/go-sensor/acceptor"
13
+ "github.com/instana/go-sensor/autoprofile"
14
+
14
15
instana "github.com/instana/go-sensor"
15
16
"github.com/instana/go-sensor/instrumentation/instalogrus"
16
17
"github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ package instamongo_test
5
5
6
6
import (
7
7
"context"
8
- "github.com/instana/go-sensor/acceptor"
9
- "github.com/instana/go-sensor/autoprofile"
10
8
"log"
11
9
"sync"
12
10
"testing"
13
11
12
+ "github.com/instana/go-sensor/acceptor"
13
+ "github.com/instana/go-sensor/autoprofile"
14
+
14
15
instana "github.com/instana/go-sensor"
15
16
"github.com/instana/go-sensor/instrumentation/instamongo"
16
17
"github.com/stretchr/testify/assert"
Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ package instamux_test
8
8
9
9
import (
10
10
"context"
11
- "github.com/instana/go-sensor/acceptor"
12
- "github.com/instana/go-sensor/autoprofile"
13
11
"net/http"
14
12
"net/http/httptest"
15
13
"os"
16
14
"testing"
17
15
16
+ "github.com/instana/go-sensor/acceptor"
17
+ "github.com/instana/go-sensor/autoprofile"
18
+
18
19
"github.com/opentracing/opentracing-go"
19
20
"github.com/stretchr/testify/require"
20
21
Original file line number Diff line number Diff line change 1
1
// (c) Copyright IBM Corp. 2022
2
2
3
- //go:build go1.13
4
- // +build go1.13
5
-
6
3
package instapgx
7
4
8
5
import (
Original file line number Diff line number Diff line change 1
1
// (c) Copyright IBM Corp. 2022
2
2
3
- //go:build go1.13
4
- // +build go1.13
5
-
6
3
package instapgx
7
4
8
5
import (
Original file line number Diff line number Diff line change 1
1
// (c) Copyright IBM Corp. 2022
2
2
3
- //go:build go1.13
4
- // +build go1.13
5
-
6
3
package instapgx_test
7
4
8
5
import (
Original file line number Diff line number Diff line change 1
1
// (c) Copyright IBM Corp. 2022
2
2
3
- //go:build go1.13
4
- // +build go1.13
5
-
6
3
package instapgx_test
7
4
8
5
import (
Original file line number Diff line number Diff line change 1
1
// (c) Copyright IBM Corp. 2022
2
2
3
- //go:build go1.13
4
- // +build go1.13
5
-
6
3
package instapgx
7
4
8
5
import (
Original file line number Diff line number Diff line change 1
1
// (c) Copyright IBM Corp. 2022
2
2
3
- //go:build go1.13
4
- // +build go1.13
5
-
6
3
package instapgx
7
4
8
5
import (
Original file line number Diff line number Diff line change 1
1
// (c) Copyright IBM Corp. 2022
2
2
3
- //go:build go1.13
4
- // +build go1.13
5
-
6
3
package instapgx
7
4
8
5
import (
Original file line number Diff line number Diff line change @@ -7,13 +7,14 @@ import (
7
7
"context"
8
8
"errors"
9
9
"fmt"
10
- "github.com/instana/go-sensor/acceptor"
11
- "github.com/instana/go-sensor/autoprofile"
12
10
"net/http"
13
11
"net/http/httptest"
14
12
"strings"
15
13
"testing"
16
14
15
+ "github.com/instana/go-sensor/acceptor"
16
+ "github.com/instana/go-sensor/autoprofile"
17
+
17
18
instana "github.com/instana/go-sensor"
18
19
"github.com/instana/go-sensor/w3ctrace"
19
20
"github.com/stretchr/testify/assert"
You can’t perform that action at this time.
0 commit comments