Skip to content

Tags: lwolf/konsumerator

Tags

v1.2.2

Toggle v1.2.2's commit message
Replace fgrep with `grep F` in makefile

```
fgrep: warning: fgrep is obsolescent; using grep -F
```

v1.2.1

Toggle v1.2.1's commit message
Workaround partially missing prometheus metrics

Workaround partially missing metrics.
e.g. if we have a list of 4 partitions with metrics missing for
2 out of 4, like [10,11,0,0], resulting "expectedConsumption will be sum
 of [10,11,11,11]

v1.2.0

Toggle v1.2.0's commit message
Expose more metrics

Expose "lag as seen by konsumerator" metric.
Expose number of samples received from prometheus for
production/consumption/offsets to know if some timeseries are missing.

v1.1.2

Toggle v1.1.2's commit message
fix "expected" counter. fix glimiter value in state

"Expected" value prints number of partitions instead of the number of
instances. Fix this.

state.glimitResources used to contain amount of resources that we
"asked" from glimiter, instead of the actual resources allocated after
the limit was applied. fix this.

v1.1.1

Toggle v1.1.1's commit message
go mod vendor

v1.1.0

Toggle v1.1.0's commit message
Compare only "requests" during estimateDeploy

Ignore `resource.limits` block during comparison of current vs
estimated, it's always just a rounding of the `request.request` and
causes weird logging when deployment was created with custom values.

Print memory in the logline, since it's also used in the comparison of
resources.

v1.0.2

Toggle v1.0.2's commit message
Update different configs to better dev experience

v1.0.1

Toggle v1.0.1's commit message
Vendor the dependencies

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #40 from lwolf/expose-version-metric

Expose binary version as a metric

v2.0

Toggle v2.0's commit message

Unverified

The email in this signature doesn’t match the committer email.
rename v1 api to v2 before the actual changes