Spencer Judge
Spencer Judge
[Bug]: Prometheus: Using `without_scope_info` breaks `with_resource_selector(ResourceSelector::All)`
### What happened? See title. If you use without scope info, labels from a `Resource` are not applied exported metrics, even if you chose `ResourceSelector::All`. The problematic bit of code...
This PR makes some significant alterations to the metrics abstractions and replaces the OTel Prometheus exporter with a custom one, since theirs is no longer maintained. The custom one is...
Should work the same as for workflow task failures
This stupid core_tests::workflow_tasks::history_length_with_fail_and_timeout::use_cache_2_false::history_responses_case_3_3 test hangs like 60% of the time in CI but is literally unreproducible locally. Using this PR to speculate about fixes as well as other flake fixes...
### Is your feature request related to a problem? Please describe. A few users have expressed a desire to be able to target CPU as a % of CPU limits/quota...
It's sometimes possible for, after fully completing a workflow, for WFT used metric to bet @ 1 and available @ the max still. Possibly also available may be at the...
Draft while investigating Relates to https://github.com/temporalio/sdk-core/issues/888
### Is your feature request related to a problem? Please describe. The query response proto(s) now support sending a `Failure` rather than just an error message. Support this. Code contains...
Right now Core will wait until all outstanding LAs within a task have finished (or we're about to report the WFT b/c we're near the timeout) before telling lang about...
### Is your feature request related to a problem? Please describe. We need to add annotations to workflows to support the new versioning APIs. Refer to https://github.com/temporalio/features/issues/548 for the Go...