prometheus instrumentation for go-autumn-restclient-circuitbreaker

  • By Stephan B.
  • Last update: Apr 14, 2022
  • Comments: 0

go-autumn-restclient-circuitbreaker-prometheus

Prometheus instrumentation functions for go-autumn-restclient-circuitbreaker.

About go-autumn

A collection of libraries for enterprise microservices in golang that

  • is heavily inspired by Spring Boot / Spring Cloud
  • is very opinionated
  • names modules by what they do
  • unlike Spring Boot avoids certain types of auto-magical behaviour
  • is not a library monolith, that is every part only depends on the api parts of the other components at most, and the api parts do not add any dependencies.

Fall is my favourite season, so I'm calling it go-autumn.

About go-autumn-restclient

It's a rest client that also supports x-www-form-urlencoded.

About go-autumn-restclient-circuitbreaker

This library adds another wrapper to the rest client which provides a circuit breaker.

About go-autumn-restclient-circuitbreaker-prometheus

Implements instrumentation callbacks that use prometheus/client_golang.

Usage

Use the provided callbacks while constructing your rest client stack.

Download

go-autumn-restclient-circuitbreaker-prometheus.zip