Skip to content

Commit bbe2a1e

Browse files
author
Krzysztof Góralski
committed
inline asyncs
1 parent 69b1ebd commit bbe2a1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exporter/clickhouseexporter/exporter_logs.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ import (
1919
"database/sql"
2020
"errors"
2121
"fmt"
22-
"github.com/ClickHouse/clickhouse-go/v2/lib/driver"
2322
"net/url"
2423
"strings"
2524
"sync"
2625
"time"
2726

27+
"github.com/ClickHouse/clickhouse-go/v2/lib/driver"
28+
2829
"github.com/ClickHouse/clickhouse-go/v2"
2930
"go.opentelemetry.io/collector/component"
3031
"go.opentelemetry.io/collector/pdata/pcommon"

0 commit comments

Comments
 (0)