weaveworks-experiments / p-weave

PCF Weave Cloud Tile (for Scope & Prometheus currently)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PCF Weave Cloud Tile (for Scope & Prometheus currently)

License:Apache License 2.0


Languages

Language:Shell 100.0%