chore: merge main into release#29
Merged
Merged
Conversation
KafkaTransport now always uses StatsContext for both consumer and producer. rdkafka statistics callbacks auto-emit rdkafka_* Prometheus metrics when a MetricsManager recorder is installed. Zero downstream code changes required. Also adds dfe_transport_* metrics to send() (sent_total, errors, backpressure, duration) matching gRPC transport parity. Uses ::metrics:: absolute path to avoid shadowing by local mod metrics.
Universal auto-instrumentation via global singleton pattern: - tiered-sink: spool messages/bytes, circuit state, hot/cold path, disk available, circuit trips - spool: queue depth gauge on push/pop/recv/clear - dlq: entries total, entries written, write errors - cache: hits/misses by source, entry count - http-client: request count by method/status, duration histogram - secrets: fetch total, cache hits/misses All metrics #[cfg(feature = "metrics")] gated — zero cost when off. Apps with MetricsManager get full observability across every rustlib feature with zero additional wiring. Document core pillar design decision in CLAUDE.md: config, logging, and metrics are non-negotiable for every module.
# [1.17.0-dev.14](v1.17.0-dev.13...v1.17.0-dev.14) (2026-03-26) ### Bug Fixes * add metrics instrumentation to all modules ([0a690e4](0a690e4)) * wire StatsContext into KafkaTransport and add send metrics ([ccfc9ad](ccfc9ad))
# Conflicts: # CHANGELOG.md # Cargo.toml # VERSION
|
🎉 This PR is included in version 1.19.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
catinspace-au
added a commit
that referenced
this pull request
May 21, 2026
chore: merge main into release
catinspace-au
added a commit
that referenced
this pull request
May 21, 2026
chore: merge main into release
catinspace-au
added a commit
that referenced
this pull request
May 21, 2026
chore: merge main into release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release Merge
Merging
mainintorelease(4 commits).Commits