Custom column list for system.asynchronous_metric_log

This commit is contained in:
Alexey Milovidov 2022-04-17 23:53:28 +02:00
parent 300ef741cc
commit e36e22812a

View File

@ -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