SigNoz / signoz-otel-collector

SigNoz distro for OpenTelemetry Collector
44 stars 39 forks source link

normalized_query_hash scraped from system.query_log table should be a string value #319

Closed raj-k-singh closed 3 months ago

raj-k-singh commented 3 months ago

Right now the clickhousesystemtablesreceiver scrapes normalized_query_hash column as uint64, but the value ends up in int64 fields which leads to integer overflow.

Since the query hash is used only for equality comparisons, it should be scraped as a string value to preserve the original value