netsampler / goflow2

High performance sFlow/IPFIX/NetFlow Collector
BSD 3-Clause "New" or "Revised" License
487 stars 112 forks source link

Grafana dashboard Error #240

Closed sci92bior closed 11 months ago

sci92bior commented 12 months ago

After running KCG pipeline Instant Traffic dashboard in grafana throws an error: There is no supertype for types UInt64, Int64 because some of them are signed integers and some are unsigned integers, but there is no signed integer type, that can exactly represent all required unsigned integer values. (NO_COMMON_TYPE) (version 22.8.14.53 (official build)

lspgn commented 11 months ago

Hello @sci92bior, Thank you for reporting Could you provide more information? Which commit id and which panel of the dashboard?

sci92bior commented 11 months ago

commit 7624684 , all panels in dashboard Traffic (ClickHouse)

lspgn commented 11 months ago

Was able to reproduce. Should be fixed with #242, could you confirm?

Thank you!

sci92bior commented 11 months ago

Yes, it works. Thank You!