mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Custom column list for system.asynchronous_metric_log
This commit is contained in:
parent
300ef741cc
commit
e36e22812a
@ -18,8 +18,7 @@ struct OpenTelemetrySpan
|
||||
Array attribute_names;
|
||||
Array attribute_values;
|
||||
// I don't understand how Links work, namely, which direction should they
|
||||
// point to, and how they are related with parent_span_id, so no Links for
|
||||
// now.
|
||||
// point to, and how they are related with parent_span_id, so no Links for now.
|
||||
};
|
||||
|
||||
struct OpenTelemetrySpanLogElement : public OpenTelemetrySpan
|
||||
@ -32,6 +31,7 @@ struct OpenTelemetrySpanLogElement : public OpenTelemetrySpan
|
||||
static NamesAndTypesList getNamesAndTypes();
|
||||
static NamesAndAliases getNamesAndAliases();
|
||||
void appendToBlock(MutableColumns & columns) const;
|
||||
static const char * getCustomColumnList() { return nullptr; }
|
||||
};
|
||||
|
||||
// OpenTelemetry standartizes some Log data as well, so it's not just
|
||||
|
Loading…
Reference in New Issue
Block a user