Sign inSign up

jolt/go-carbon

By jolt

Updated over 7 years ago

The awesome go-carbon from lomic, packaged for me

Image
0

421

jolt/go-carbon repository overview

go-carbon

The awesome go-carbon from lomic, dockerized by me.

Why diz?

I only need the binary, not all a full UI, so I :

  • Compile go-carbon with golang docker
  • Copy the static binary to a scratch image.

How do I get it rolling?

  • git pull
  • choose which ports to map
  • create the whisper storage directory (mkdir -p /var/lib/graphite )
  • set the directory permission to UID 206 (chown 206 /var/lib/graphite)
  • Edit the go-carbon.conf file to your liking.
  • (Don't forget to modify sysctl settings per the go-carbon example if you use this config)

Thanks to

bodsch, who created the Dockerfile/Makefile that I started out with.

Tag summary

Content type

Image

Digest

Size

6.1 MB

Last updated

over 7 years ago

docker pull jolt/go-carbon