Skip to content

0.5

Choose a tag to compare

@42atomys 42atomys released this 13 Mar 23:59
· 122 commits to main since this release
84d93fc

New : Observability with Prometheus

If you want to track your webhooks and monitor their reception, you can do so with the Observability module.

You can activate the Prometheus module which will activate the /metrics endpoint and bring up the webhooked information.

To activate / desactivate the Prometheus module, on your configuration file set metricsEnabled to true or false

apiVersion: v1alpha1
observability:
  metricsEnabled: true
specs: []

Informations is always available here : https://github.com/42Atomys/webhooked/wiki/Observability

What's Changed

  • feat(logging): Add prometheus metrics & structure logs by @42atomys in #45
  • fix(security/pipeline): Factory failed when multiple specs is used by @42atomys in #47
  • fix(configuration): Validate the valuable object when decode it to lookup env variable by @42atomys in #54
  • chore(goreport): Fix go report results by @42atomys in #52

Full Changelog: 0.4.1...v0.5