Agalin

Results 53 comments of Agalin

It's also possible to do it the other way around (should be more future proof in case of dacite changes): ```python from typing_extensions import Literal import typing typing.Literal = Literal...

Ok. Never mind. Both solutions fail on python3.6 as `typing_extensions.Literal` is not a generic there so `is_generic` returns `False` and there is no `__origin__`. It should be something like: ```python...

Considering #230 is merged could we get a new release for Flask 2?

It seems that OpenTelemetry has yet to define a way to run under Gunicorn / multiprocess environment (see https://github.com/open-telemetry/opentelemetry-python/issues/365) so I'd argue that for now metrics should support both direct...

I've created this issue with specifically traces in mind so would rather see separate one for metrics (somehow didn't realize that OpenTelemetry supports metrics).

Seems like a good idea especially that it would merge a lot of services into one.

Yeah, I think it makes it clear for us. Would be nice to include this info in README, similarly to how it's included in descriptions of older images on Docker...

@andrewlecuyer continuing from https://github.com/CrunchyData/postgres-operator/issues/3218 as it's related. What about the new `postgres-operator-upgrade` image introduced in PGO 5.1.0? Is it supposed to be a closed-source component? I don't see it neither...

BTW I really hope spans like `db.find` are visible in DB spans panel and similar places, didn't have time to dive into implementation details of span retrieval endpoints.

Docs PR: https://github.com/getsentry/sentry-docs/pull/5469