Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.14 KB

Readme.md

File metadata and controls

39 lines (23 loc) · 1.14 KB

Weave Cloud Pivotal Cloud Foundry Tile

Build Status

Components:

  • Cortex agent (Bosh, CF and Firehouse Prometheus exporters)
  • Scope probe (Bosh & Garden Container Runtime plugins)

Explore hosts view

hosts

Explore processes view

procs

Monitor Bosh metrics graphs view

metrics

Building the Tile

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