Skip to content

Tags: adobe/kminion

Tags

2.2.14-adobe-20251103

Toggle 2.2.14-adobe-20251103's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update module github.com/twmb/franz-go to v1.20.2 (#24)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

2.2.14-adobe-20251016

Toggle 2.2.14-adobe-20251016's commit message
[INTERNAL] Log scrape timing

2.2.14-adobe-20251015

Toggle 2.2.14-adobe-20251015's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
OAUTH support for AdobeIMS (#15)

Co-authored-by: amuraru <[email protected]>

2.2.14-adobe-20250913

Toggle 2.2.14-adobe-20250913's commit message
Upgrade deps

2.2.3-adobe-20240321

Toggle 2.2.3-adobe-20240321's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added arm64 build support (#11)

2.2.3-adobe-20230727

Toggle 2.2.3-adobe-20230727's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Collect metrics for a set of CG states ADDENDUM (#8)

2.2.3-adobe-20230724

Toggle 2.2.3-adobe-20230724's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Collect metrics for a set of CG states (#7)

* Filter empty consumer groups

* Collect metrics for a set of CG states

* Update minion/config_consumer_group.go

Co-authored-by: Adrian Muraru <[email protected]>

* Implement review

* Implement review

* Update the CG state values

---------

Co-authored-by: Adrian Muraru <[email protected]>

2.2.3-adobe-20230616

Toggle 2.2.3-adobe-20230616's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run as non-root and root group for OpenShift compatibility ADDENDUM (#5)

2.2.3-adobe-20230505

Toggle 2.2.3-adobe-20230505's commit message
Expose max timestamp for each topic and/or partition (#3)

* Expose max timestamp for each topic and/or partition


Kafka 3.0+ added support to fetch offset with the max timestamp.
This is useful in monitoring the steady progress of producing to a topic/partion
but also to detect very high timestamps in the topic that can stuck topic retention.

This patch adds two new metrics:
- kafka_topic_partition_max_timestamp: for each topic partition reports the max timestamp in that partition
- kafka_topic_max_timestamp: for each topic reports the max timestamp in that topic, computed as the maximum timestamp across partitions


See: 
- https://issues.apache.org/jira/browse/KAFKA-12541
- https://cwiki.apache.org/confluence/display/KAFKA/KIP-734%3A+Improve+AdminClient.listOffsets+to+return+timestamp+and+offset+for+the+record+with+the+largest+timestamp

* Update prometheus/collect_topic_partition_offsets.go