chikko80

Results 32 comments of chikko80

can confirm it's working

![Bildschirmfoto 2022-01-09 um 13 21 42](https://user-images.githubusercontent.com/58805871/148681955-0cc172e3-c1c1-4f28-bd81-3ec4d291a5ad.png) But it won't work if you install the additional package [image] accordingly, it is a question of which package was installed

Same problem, pow seems completely missing and that is such a basic operation

Any updates on this? Seems like it's not even possible to query from a View that leverages a Union. Very problematic if no Union at all is possible with correct...

@tyt2y3 Definitely, totally my bad! Awesome that this feature already is implemented, totally missed that while I was checking the docs. Thanks!

Ahh, I see, then let's reopen the issue. I would also probably prefer a derive macro, i'll take a look at it when I have some time

@tyt2y3 Upon a first look, i found additional functionality for [Prefixing](https://github.com/SeaQL/sea-query/blob/master/sea-query-attr/tests/pass/prefixed.rs) and [Suffixing](https://github.com/SeaQL/sea-query/blob/master/sea-query-attr/tests/pass/suffixed.rs). Wouldn't we loose this in case of a raw derive macro? Wouldn't we have to keep the...

@frenetisch-applaudierend yeah, I also found this but I can't get my head around how to integrate this with poem. If you check the commit, they actually used the opentelemetry_prometheus exporter:...

The metrics are actually generated by poem itself - it has ```OpenTelemetryMetrics``` middleware to measure incoming and outgoing requests. ```rust #[async_trait::async_trait] impl Endpoint for OpenTelemetryMetricsEndpoint { type Output = Response;...