-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[exporter/clickhouseexporter] Support JSON type for logs and traces #40547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dmitryax
merged 53 commits into
open-telemetry:main
from
SpencerTorres:clickhouse_json_feature
Jun 27, 2025
Merged
[exporter/clickhouseexporter] Support JSON type for logs and traces #40547
dmitryax
merged 53 commits into
open-telemetry:main
from
SpencerTorres:clickhouse_json_feature
Jun 27, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tor-contrib into clickhouse_full_reorganize
…tor-contrib into clickhouse_json_feature
…tor-contrib into clickhouse_json_feature
Resolved in #40766 |
Description
Depends on refactoring from #40536
Adds JSON support to the exporter.
Summary:
clickhouse.json
, alpha stability) for enabling the JSON type pipeline. TheMap
based pipeline is still functional and is the default. (How to use feature gates)Map
columns with the new JSON type.a.b.c
are returned as objectsa { b { c } }
by the server. This can be changed via server setting in the future to return all data as flattened pathsa.b.c
.Let me know if you have any questions, suggestions, etc.
Thanks!
Testing
Documentation