From 082ad95304aa076a3e131c6378ceab7f09ee657b Mon Sep 17 00:00:00 2001 From: akvlad Date: Tue, 23 Jan 2024 16:47:27 +0200 Subject: [PATCH] fix: drop unused struct --- .../clickhouseprofileexporter/ch/access_native_columnar.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/exporter/clickhouseprofileexporter/ch/access_native_columnar.go b/exporter/clickhouseprofileexporter/ch/access_native_columnar.go index de4a986..0bc6703 100644 --- a/exporter/clickhouseprofileexporter/ch/access_native_columnar.go +++ b/exporter/clickhouseprofileexporter/ch/access_native_columnar.go @@ -18,11 +18,7 @@ type clickhouseAccessNativeColumnar struct { logger *zap.Logger } -type AggsTuple struct { - Key string - Sum int64 - Count int32 -} + type tuple []any // Connects to clickhouse and checks the connection's health, returning a new native client