Components:
- Cortex agent (Bosh, CF and Firehouse Prometheus exporters)
- Scope probe (Bosh & Garden Container Runtime plugins)
Explore hosts view
Explore processes view
Monitor Bosh metrics graphs view
git submodule update --recursive --init
docker run -v $(pwd):/work -ti weaveworks/p-weave-builder $TILE_VERSION_NUMBER
Specify $TILE_VERSION_NUMBER
as, for example, 0.0.1
.
This builds a tile (.pivotal
file), which is the artifact which you can upload to ops manager.
Building the tile builder Docker image locally:
docker build -t p-weave-builder .
docker run -v $(pwd):/work -ti p-weave-builder 0.0.1