Categorygithub.com/carousell/echo-prometheus-middleware

# README

origin from chotot code

To use, simply

import (
  echoprometheus "github.com/carousell/echo-prometheus-middleware"
)

prometheusMiddleware := echoprometheus.NewPrometheus("")
prometheusMiddleware.Use(e)

# Functions

NewPrometheus generates a new set of metrics with a certain subsystem name.

# Structs

Prometheus contains the metrics gathered by the instance and its path.