Skip to content

PCF Weave Cloud Tile (for Scope & Prometheus currently)

License

Notifications You must be signed in to change notification settings

weaveworks-experiments/p-weave

Repository files navigation

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