Skip to content

Releases: nyris/prometheus-grpc-bridge

0.1.0

06 Mar 13:50
1e77649
Compare
Choose a tag to compare

The initial release. Available on Docker Hub at https://hub.docker.com/r/nyris/prometheus-grpc-bridge.

docker run --rm \
  --env GRPC_SERVER_CONNECT_ADDRESS="example:11000" \
  --publish 80:80 \
  nyris/prometheus-grpc-bridge:0.1.0