/grpc-prometheus

prometheus interceptor/middleware for https://github.com/elixir-grpc/grpc

Primary LanguageElixirMIT LicenseMIT

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.