Image Overview: wavefront-proxy

Overview: wavefront-proxy Chainguard Image

Minimal wavefront-proxy image

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/wavefront-proxy:latest

Usage

This image is a drop-in replacement for the upstream image.

To test:

# Need to update WAVEFRONT_URL and WAVEFRONT_TOKEN accordingly

$ docker run -d \
 -e WAVEFRONT_URL=https://<myinstance>.wavefront.com/api \
 -e WAVEFRONT_TOKEN=<YOUR-API-TOKEN> \
 -e JAVA_HEAP_USAGE="1650m"\
 -m 2g \
 -p 2878:2878 \
  cgr.dev/chainguard/wavefront-proxy

Note that the wavefront-proxy does need the WAVEFRONT_URL and WAVEFRONT_TOKEN to work correctly. See the configuration docs for more examples.

Last updated: 2024-04-11 12:38