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
- Host: GitHub
- URL: https://github.com/elixir-grpc/grpc-prometheus
- Owner: elixir-grpc
- License: mit
- Created: 2018-05-06T08:33:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T05:20:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T03:45:29.867Z (2 months ago)
- Topics: elixir, grpc, grpc-elixir, grpc-middleware, prometheus
- Language: Elixir
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).