Skip to content

Releases: mateuszmierzwinski/libmicro

Prometheus Metrics addon

23 Nov 03:37
Compare
Choose a tag to compare

Adding prometheus metrics to framework.

  • To enable provider use prometheus.New() method in providers list.
  • New endpoint is available by default config at /metrics path with GET call. Can be configured by config variable called ENDPOINT_METRICS.

Bugfixes, code formatting, go vet fix

26 Feb 09:19
Compare
Choose a tag to compare
v0.1.0

Fixed issues reported by vet, linter and fmt

Initial release

18 Feb 22:02
08e35c6
Compare
Choose a tag to compare

This is the initial release covering:

  • Service providers skeleton
  • Configuration loader
  • Multiple default configuration providers: cmdconfigprovider, envconfigprovider, yamlconfigprovider