SigNoz / signoz-otel-collector

SigNoz distro for OpenTelemetry Collector
44 stars 39 forks source link

fix: tagAttributes table fix for instrumentation scope #344

Closed nityanandagohain closed 2 months ago

nityanandagohain commented 2 months ago

No migration is required as

tagType Enum8('tag' = 1, 'resource' = 2, 'instrumentation_scope' = 3) CODEC(ZSTD(1))

is changed to

tagType Enum8('tag' = 1, 'resource' = 2, 'scope' = 3) CODEC(ZSTD(1))