Commit Graph

4 Commits

Author SHA1 Message Date
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
Tushar Vats
62c44f5eac chore: pass org id for flagger (#12126) 2026-07-15 19:47:24 +00:00
Srikanth Chekuri
e1c586e0dc chore(metrics): review follow ups for volume control (#11887)
Some checks failed
build-staging / staging (push) Has been cancelled
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* chore(metrics): review follow ups for volume control

* chore: the reduced metrics show up in summary page

* chore: 1h; 6h window changes

* chore: address some gaps

* chore: asset warning gap

* chore: address lint

* chore: regenerate api
2026-07-01 11:04:41 +00:00
Srikanth Chekuri
24b588bfba chore: move fields api to openapi spec (#10219) 2026-02-09 13:43:36 +05:30