You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`INSERT INTO ${clickhouseOptions.queryOptions.database}.${samplesTableName}${dist}(fingerprint, timestamp_ns, value, string, type) FORMAT JSONEachRow`)
68
-
consttimeSeriesThrottler=newTimeoutThrottler(
69
-
`INSERT INTO ${clickhouseOptions.queryOptions.database}.time_series${dist}(date, fingerprint, labels, name, type) FORMAT JSONEachRow`)
70
-
consttracesThottler=newTimeoutThrottler(
71
-
`INSERT INTO ${clickhouseOptions.queryOptions.database}.traces_input
`INSERT INTO ${clickhouseOptions.queryOptions.database}.${samplesTableName}${dist}(fingerprint, timestamp_ns, value, string, type) FORMAT JSONEachRow`)
120
+
timeSeriesThrottler=newTimeoutThrottler(
121
+
`INSERT INTO ${clickhouseOptions.queryOptions.database}.time_series${dist}(date, fingerprint, labels, name, type) FORMAT JSONEachRow`)
122
+
tracesThottler=newTimeoutThrottler(
123
+
`INSERT INTO ${clickhouseOptions.queryOptions.database}.traces_input
0 commit comments