flytestdlib
flytestdlib copied to clipboard
A apache commons style library in Golang, use by the Flyte project. Contains utilities for metrics, pflags, config management, storage abstraction, caching etc
# TL;DR With the additional of the signal service in FlyteAdmin we may want to track metrics on a per-signal basis. To do this we need to set the signal...
WIP
- The implementation aims to provide equal worker allocation across all namespaces. This avoids one namespace from taking over all workers and thus increasing the latency to process a namespace...
# TL;DR NewDefaultProtobufStore was changed to expect `protoMetrics` instead of a `promutils.Scope` in #138. Some of propeller's tests need to instantiate it as well using just a scope. ## Type...
# TL;DR Adding a new `telemetryutils` package that adapts the opentelemetry functionality for use in Flyte repos. This includes support for multiple `TracerProviders` allowing logical partitioning of tracers within single...
# TL;DR _Please replace this text with a description of what this PR accomplishes._ ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ##...
# TL;DR The `CatalogClient` implementation has been extracted from flytepropeller's source code and moved to flytestdlib as flyteadmin also needs access to the functionality. ## Type - [ ] Bug...