Unknown DataType in SigNoz Docker Compose Setup

TLDR Roger faces an unknown datatype issue in DataGrip. vishal-signoz explains DataGrip doesn't support some Clickhouse types and provides a link for reference.

Photo of Roger
Roger
Sun, 19 Feb 2023 11:59:34 UTC

Maybe more Clickhouse related than SigNoz, but why does it say unknown for the datatype here?

Photo of Roger
Roger
Sun, 19 Feb 2023 12:00:05 UTC

This is from the SigNoz docker compose setup when viewing in DataGrip

Photo of Roger
Roger
Sun, 19 Feb 2023 12:15:40 UTC

TagMap map[string]string `ch:“tagMap”` would this just end up as a string with json? I still find it odd that it explicitly say unknown type

Photo of vishal-signoz
vishal-signoz
Mon, 20 Feb 2023 04:09:31 UTC

Datagrip doesn’t support some clickhouse types. Above is Map type:

Photo of Roger
Roger
Tue, 21 Feb 2023 11:24:06 UTC

Many thanks!