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
@StarpTech I agree. Thanks for opening this issue. I was just about to do the same.
Also, what do you think about the lack of a prepared statement? My expectation is that insert performance would be pretty bad without using a prepared statement?
Component(s)
No response
What happened?
Description
Ingesting metrics results in empty rows. The reason is that the logic https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/clickhouseexporter/internal/sum_metrics.go#L109-L141 is wrong. The index is not increased after filling
valueArgs
and the total count ofvalueArgs
is also incorrect.Steps to Reproduce
Expected Result
Actual Result
Collector version
0.70.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: