Skip to content
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

fixing Complex types in Labels for Logs Details visualization #673

Merged
merged 6 commits into from
Nov 28, 2024

Conversation

Slach
Copy link
Collaborator

@Slach Slach commented Nov 25, 2024

fix #672

@Slach Slach added this to the 3.3.0 milestone Nov 25, 2024
@Slach
Copy link
Collaborator Author

Slach commented Nov 28, 2024

adhoc filters from details doesn't work ;(

image
image

filters works but got error on clickhouse level
image

doesn't work

SELECT *
FROM default.test_logs_with_complex_labels
WHERE (_time >= toDateTime64(1732609375, 3)) AND (_time <= toDateTime64(1732782175, 3)) AND (_map = '{"map_key0":"map_value0"}')
FORMAT JSON

works with different signle quotes serialization

SELECT *
FROM default.test_logs_with_complex_labels
WHERE (_time >= toDateTime64(1732609375, 3)) AND (_time <= toDateTime64(1732782175, 3)) AND (_map = '{\'map_key0\':\'map_value0\'}')
FORMAT JSON

but this is clickhouse specific serialization, i don't know how to properly implement it for all clickhouse related invariants

@Slach
Copy link
Collaborator Author

Slach commented Nov 28, 2024

image
image

@Slach
Copy link
Collaborator Author

Slach commented Nov 28, 2024

will fix it as separate issue, i can't propose good solution now ;(
#678

@Slach Slach merged commit 203c266 into master Nov 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants