You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage opencost-1.111.0-1.lbn36.x86_64
Cost monitoring for Kubernetes workloads and cloud costs.
RPMPackage jaeger-query-1.53.0-1.lbn36.x86_64
jaeger-query serves the API endpoints and a React/Javascript UI. The service is stateless and is typically run behind a load balancer
RPMPackage jaeger-ingester-1.53.0-1.lbn36.x86_64
jaeger-ingester is a service which reads span data from Kafka topic and writes it to another storage backend (Elasticsearch or Cassandra).
RPMPackage jaeger-collector-1.53.0-1.lbn36.x86_64
The collectors are stateless and thus many instances of jaeger-collector can be run in parallel. Collectors require almost no configuration, except for the location of Cassandra cluster, via --cassandra.keyspace and --cassandra.servers options, or the location of Elasticsearch cluster, via --es.server-urls, depending on which storage is specified.
RPMPackage jaeger-all-in-one-1.53.0-1.lbn36.x86_64
 
RPMPackage jaeger-agent-1.53.0-1.lbn36.x86_64
Jaeger client libraries expect jaeger-agent process to run locally on each host. The agents can connect point to point to a single collector address, which could be load balanced by another infrastructure component (e.g. DNS) across multiple collectors. The agent can also be configured with a static list of collector addresses.
RPMPackage jaeger-1.53.0-1.lbn36.x86_64
Jaeger, inspired by Dapper and OpenZipkin, is a distributed tracing system released as open source by Uber Technologies.
RPMPackage cuemon-1.1.0-1.lbn36.x86_64
cuemon is a tool for managing Grafana dashboards and panels using CUE language modules. It provides functionality for bootstrapping and updating monitoring configurations by converting Grafana JSON dashboards and panels into CUE format.
RPMPackage cue-0.12.0-1.lbn36.x86_64
CUE makes it easy to validate data, write schemas, and ensure configurations align with policies. CUE works with a wide range of tools and formats that you're already using such as Go, JSON, YAML, OpenAPI, and JSON Schema.
RPMPackage step-cli-0.27.4-1.lbn36.x86_64
A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc. Out of the box; step uses ECDSA. We've bundled templates to generate RSA infrastructure. step certificate create "Example Root CA" \ $(step path)/certs/root_ca.crt \ $(step path)/secrets/root_ca_key \ --template /usr/share/step/templates/rsa_root_ca.tpl \ --kty RSA \ --not-after 87660h \ --size 3072 step certificate create "Example Intermediate CA" \ $(step path)/certs/intermediate_ca.crt \ $(step path)/secrets/intermediate_ca_key \ --ca $(step path)/certs/root_ca.crt \ --ca-key $(step path)/secrets/root_ca_key \ --template /usr/share/step/templates/rsa_intermediate_ca.tpl \ --kty RSA \ --not-after 87660h \ --size 3072
RPMPackage rubygem-ast-2.4.2-1.lbn36.noarch
A library for working with Abstract Syntax Trees.
RPMPackage rubygem-pg-1.5.9-1.lbn36.x86_64
This is the extension library to access a PostgreSQL database from Ruby. This library works with PostgreSQL 9.3 and later.
RPMPackage python3-versioningit-3.1.2-1.lbn36.noarch
versioningit is yet another Python packaging plugin for automatically determining your package’s version based on your version control repository’s tags. Unlike others, it allows easy customization of the version format and even lets you easily override the separate functions used for version extraction & calculation. Features: • Works with both setuptools and Hatch • Installed & configured through PEP 518’s pyproject.toml • Supports Git, modern Git archives, and Mercurial • Formatting of the final version uses format template strings, with fields for basic VCS information and separate template strings for distanced vs. dirty vs. distanced-and-dirty repository states • Can optionally write the final version to a file for loading at runtime • Provides custom hooks for inserting the final version and other details into a source file at build time • The individual methods for VCS querying, tag-to-version calculation, version bumping, version formatting, and writing the version to a file can all be customized using either functions defined alongside one’s project code or via publicly-distributed entry points • Can alternatively be used as a library for use in setup.py or the like, in case you don’t want to or can’t configure it via pyproject.toml • The only thing it does is calculate your version and optionally write it to a file; there’s no overriding of your sdist contents based on what is in your Git repository, especially not without a way to turn it off, because that would just be rude.
RPMPackage python3-types-s3transfer-0.6.0.post5-1.lbn36.noarch
types-s3transfer[![PyPI - types-s3transfer]( [![PyPI - s3transfer]( [![PyPI - Python Version]( [![PyPI - Downloads](
RPMPackage python3-types-requests-2.26.1-3.fc36.noarch
This is a PEP 561 type stub package for the requests package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses requests. The source for this package can be found at https://github.com/python/typeshed/tree/master/stubs/requests. All fixes for types and metadata should be contributed there. See https://github.com/python/typeshed/blob/master/README.md for more details.
RPMPackage python3-types-pkg-resources-0.1.3-1.lbn36.noarch
Typing stubs for pkg_resourcesThis is an auto-generated PEP 561 type stub package for pkg_resources package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses pkg_resources. The source for this package can be found at All fixes for types and metadata should be contributed there.See for more details. This package was generated from typeshed commit...
RPMPackage python3-types-jsonschema-4.17.0.1-1.lbn36.noarch
Typing stubs for jsonschemaThis is a PEP 561 type stub package for the jsonschema package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses jsonschema. The source for this package can be found at All fixes for types and metadata should be contributed there.See for more details. This package was generated from typeshed commit...
RPMPackage python3-types-awscrt-0.15.3-1.lbn36.noarch
types-awscrt[![PyPI - types-awscrt]( [![PyPI - awscrt]( [![PyPI - Python Version]( [![PyPI - Downloads]( annotations and code completion for [awscrt]( package.
RPMPackage python3-tomli-w-1.1.0-1.lbn36.noarch
Tomli-W A lil' TOML writer Tomli-W is a Python library for writing TOML. It is a write-only counterpart to Tomli, which is a read-only TOML parser. Tomli-W is fully compatible with TOML v1.0.0.
RPMPackage python3-telegram-bot-21.10-1.lbn36.noarch
This library provides a pure Python, asynchronous interface for the Telegram Bot API. In addition to the pure API implementation, this library features several convenience methods and shortcuts as well as a number of high-level classes to make the development of bots easy and straightforward. These classes are contained in the telegram.ext submodule.