Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 741 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 741 Bytes

GRPC Prometheus middleware

⚠️ Deprecation notice:

This package is deprecated in favor of :telemetry support for gRPC v0.6+

Prometheus middleware for grpc-elixir.

Installation

If available in Hex, the package can be installed by adding grpc_prometheus to your list of dependencies in mix.exs:

def deps do
  [
    {:grpc_prometheus, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/grpc_prometheus.