An open API service indexing awesome lists of open source software.

https://github.com/elixir-grpc/grpc-prometheus

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

elixir grpc grpc-elixir grpc-middleware prometheus

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# GRPC Prometheus middleware

> :warning: **Deprecation notice**:

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

[Prometheus](https://prometheus.io/) middleware for [grpc-elixir](https://github.com/tony612/grpc-elixir).

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `grpc_prometheus` to your list of dependencies in `mix.exs`:

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

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/grpc_prometheus](https://hexdocs.pm/grpc_prometheus).