Files
signoz/pkg/modules
srikanthccv 301addeff7 fix(telemetrymetadata): keep span-context key lookups lenient and return bool values
- the span context must keep returning attribute keys from the keys table:
  queries spell span attributes as span.<name> and resolve them through the
  same lookup; only the static fields are filtered by context now
- the fields/values handler dropped boolValues when assembling the response
- replace the ClickHouse-mock unit tests with integration tests at the HTTP
  boundary (tests/integration/tests/queriercommon/07_fields_keys_values.py)

Assisted-by: Claude Fable 5.1
Claude-Session: https://claude.ai/code/session_01NNQrizqt5XQ1N2NNAcuAi8
2026-09-08 11:43:41 +05:30
..