I'm trying to materialize the kubernetes.io/name label in the logs table like this:
`k8s.pod.labels.app.kubernetes.io/name` LowCardinality(String) MATERIALIZED ResourceAttributes['k8s.pod.labels.app.kubernetes.io/name'] CODEC(ZSTD(1)),
It looks like HyperDx is not able to handle the / in the field name, Clickhouse logs this error:
DB::Exception: Unknown expression or function identifier `k8s.pod.labels.app.kubernetes.io` in scope sampledData. Maybe you meant: ['k8s.pod.labels.app.kubernetes.io/name']
Note: I'm using a custom ingestion pipeline, not the Otel exporter, so maybe this field is named differently when shipping natively?
I'm trying to materialize the kubernetes.io/name label in the logs table like this:
It looks like HyperDx is not able to handle the
/in the field name, Clickhouse logs this error:Note: I'm using a custom ingestion pipeline, not the Otel exporter, so maybe this field is named differently when shipping natively?