Product Docs
Open Source
Education
Minimal wavefront-proxy image
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/wavefront-proxy:latest
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.
wavefront-proxy
WAVEFRONT_URL
WAVEFRONT_TOKEN