OTEL metrics' resources attributes gets dropped when exported to Grafana cloud

I use OTEL http exporter to export metrics data to Grafana Cloud.
I noticed that resource attributes are ignored when ingesting metrics data into prometheus by Grafana cloud.
I wonder if it is possible to include resource attribute in time series label?

That’s because Prometheus doesn’t have native support of resource attributes. But it will have in the future.

Workaround: use prometheusremotewrite exporter with

resource_to_telemetry_conversion: 
 enabled: true