Jorge Paravicini
Jorge Paravicini
@PascalSenn any news on this?
I am having the same problem. Our .net OTel produces the attributes in the form `{"http.request.method": "POST"}` but according to the aws-otel-collector [docs](https://aws-otel.github.io/docs/getting-started/x-ray#otel-span-http-attributes-translation) it expects the attribute to be `http.method`...
Any news on this? I believe that the actual implementation of the collector is located [here](https://github.com/open-telemetry/opentelemetry-collector-contrib) maybe we have to check there
The issue is probably that the metric for cpu usage was [renamed](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27885) from cpu.utilization to cpu.usage. It should be a fairly simple change, but it will be a breaking one
Same behaviour on ClickHouse JSON type columns
We also need this feature. Functions that do not require a state should either be a SimpleAggregateFunction by default, such as when summing a column, or we should be able...
I was actually able to get my problem to work using the -SimpleState combinator, was unaware of this. However, I will still create a PR for the LowCardinality support