Skip to content

elixir-grpc/grpc-prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.