Tags: olix0r/kubert
Tags
build(deps)!: bump the kube group with 4 updates (#366) Updates the requirements on [kube-client](https://github.com/kube-rs/kube), [kube-core](https://github.com/kube-rs/kube), [kube-runtime](https://github.com/kube-rs/kube) and [kube](https://github.com/kube-rs/kube) to permit the latest version. Updates `kube-client` to 0.98.0 - [Release notes](https://github.com/kube-rs/kube/releases) - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md) - [Commits](kube-rs/kube@0.98.0...0.98.0) Updates `kube-core` to 0.99.0 - [Release notes](https://github.com/kube-rs/kube/releases) - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md) - [Commits](kube-rs/kube@0.98.0...0.99.0) Updates `kube-runtime` to 0.98.0 - [Release notes](https://github.com/kube-rs/kube/releases) - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md) - [Commits](kube-rs/kube@0.98.0...0.98.0) Updates `kube` to 0.98.0 - [Release notes](https://github.com/kube-rs/kube/releases) - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md) - [Commits](kube-rs/kube@0.98.0...0.98.0) --- updated-dependencies: - dependency-name: kube-client dependency-type: direct:production dependency-group: kube - dependency-name: kube-core dependency-type: direct:production dependency-group: kube - dependency-name: kube-runtime dependency-type: direct:production dependency-group: kube - dependency-name: kube dependency-type: direct:production dependency-group: kube ... --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Gould <[email protected]>
chore: bump versions Drop alpha versions from kubert-prometheus-process, kubert-prometheus-tokio. Bump kubert to v0.23.1.
fix(process): fix network_receive and network_transmit metric names
chore(kubert-prometheus-process): v0.2.2
fix(process): correct clock_time help message
chore: bump versions Drop alpha versions from kubert-prometheus-process, kubert-prometheus-tokio. Bump kubert to v0.23.1.
chore: bump versions Drop alpha versions from kubert-prometheus-process, kubert-prometheus-tokio. Bump kubert to v0.23.1.
feat(client): add response_status counter The prior change made it difficult to compare sent requests and received responses. This change introduces a new metric, response_status, that counts the number of responses received by status code.
PreviousNext