Skip to content

Tags: form3tech-oss/f1

Tags

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #315 from form3tech-oss/mb-wait-for-completion-arg

chore: make 'waitForCompletionTimeout' configurable with a flag

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #291 from form3tech-oss/static-metrics-inconsisten…

…cy-fix

Static metrics fixes

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #290 from form3tech-oss/metrics_enrichments

Injection of static label/values to the F1 metrics

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #284 from dmitryabramov-f3/dabramov-fix-over-scope…

…d-env-vars

fix: Add F1_ prefix to over-scoped LOG_LEVEL, LOG_FORMAT environment variables

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #276 from form3tech-oss/nvloff-268

fix: users in a staged run would exit immediately without max iterations

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #265 from form3tech-oss/nvloff-stuck-iterations

fix: exit after a timeout on stuck iterations

v2.0.22

Toggle v2.0.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: optional id label for all metrics (#154)

Metrics are exported via prometheus push gateway. Unfortunately, push gateway is only a super simple cache. It does not add any common labels, such as server, or pod name, and when metric with the same label set is provided, it overrides the latest value with a new one. That's why it's crucial to make label values unique.

With the new id label it should be a little easier. It's optional and needed only when metric entries might be not unique.

v2.0.21

Toggle v2.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add configurable namespace label to prometheus metrics (#145)

v2.0.20

Toggle v2.0.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update all deps to latest

- Updates all the dependencies to include the latest security fixes.
- It bumps to the newer major version of github.com/wcharczuk/go-chart

v2.0.19

Toggle v2.0.19's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Add max failures option (#107) (#139)

* Add max failures option

* Add tests

---------

Co-authored-by: Adrien Sambres <[email protected]>
Co-authored-by: Dmytro Vovk <[email protected]>