-
Notifications
You must be signed in to change notification settings - Fork 249
fix: bugs with showing non otel spans (ex. clickhouse opentelemetry span logs) #789
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
base: v2
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -619,6 +622,21 @@ export function TraceTableModelForm({ | |||
placeholder="SpanAttributes" | |||
/> | |||
</FormRow> | |||
<FormRow | |||
label={'Span Events Value Expression'} | |||
helpText="Expression to extract span events. Used to capture events associated with spans. Expected to be Nested ( Timestamp DateTime64(9), Name LowCardinality(String), Attributes Map(LowCardinality(String), String)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shows up very long and almost runs off the screen. Could we throw a maxwidth + text wrap on this element?
a09e926
to
4b88067
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
fixing a few bugs that prevented us from properly rendering trace view for
system.opentelemetry_span_log
fix HDX-1676