feat(kafka): add exporter - #408
Conversation
Signed-off-by: George Gaál <gb12335@gmail.com>
WalkthroughThe pull request includes updates to two files related to the Kafka application. The Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Marian Koreniuk (themoriarti)
left a comment
There was a problem hiding this comment.
Also I add resource request and limiting for kafka exporter.
Marian Koreniuk (themoriarti)
left a comment
There was a problem hiding this comment.
Fix conflicts
Pull request was closed
All functional patches from the cozystack/kilo fork have been upstreamed and included in squat/kilo v0.7.0: - --internal-cidr flag (PR #403) - allowed-location-ips overlap fix (PR #404) - Auto-detect WireGuard MTU (PR #406) - Preferred source for WireGuard routes (PR #408) - Cilium IPIP overlay support (PR #409) The fork only contained rebranding and CI-specific commits beyond upstream, which are no longer needed. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: Aleksei Sviridkin <f@lex.la>
## What this PR does Switch kilo from the cozystack/kilo fork to the upstream squat/kilo repository (v0.7.0). All functional patches from the fork have been upstreamed: - `--internal-cidr` flag for IP auto-detection filtering (#403) - Allowed-location-ips overlap with node IPs fix (#404) - Auto-detect WireGuard MTU from underlay interface (#406) - Preferred source for WireGuard routes (#408) - Cilium IPIP overlay support (#409) The fork only retained rebranding and CI-specific commits beyond upstream, which are no longer needed. Changes: - Makefile: point to `squat/kilo` repo and `ghcr.io/squat/kilo` image - values.yaml: updated via `make update` to `0.7.0` with digest pin ### Release note ```release-note [kilo] Switch from cozystack/kilo fork to upstream squat/kilo v0.7.0 ``` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Updates** * Updated the kilo component to use a different source repository and new version configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Add kafka exporter:
https://strimzi.io/blog/2019/10/14/improving-prometheus-metrics/
https://strimzi.io/docs/0.14.0/full#assembly-kafka-exporter-configuration-deployment-configuration-kafka
Summary by CodeRabbit
kafkaExportersection in the Kafka resource configuration, allowing for flexible matching of consumer groups and topics using regular expressions.kafkaExporterconfiguration.These enhancements improve the configuration capabilities for users managing Kafka resources.