Skip to content

Feat: Add support for json resources #633

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nityanandagohain
Copy link
Member

@nityanandagohain nityanandagohain commented Jun 26, 2025

Adds a json column for resources in logs and traces

fixes SigNoz/signoz#8199

We are just writing the string map data here.

So if the key is

"service.name" : "hello"

it will be stored as {"service": {"name":"hello"}

but since we are unsuring that we are writing string map, values containing json won't be affected and will be stored as flattened one. And for resource attributes that will be rarely the case.


The QB changes are here SigNoz/signoz#8376 , but will need a plan to rollout i.e we can rollout directly for new users and then move the old ones later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LOGS/Traces[BE]: Use json in resource attributes
1 participant